Search
23598 results 22851-22860
Forum
- 21st Jun 2018render html from databaseHi @maxdiable , You can use columns.render to change the data, see the examples on that page - one is being rendered as a HTML link. Cheers, Colin
- 15th Jun 2018How to sort by state of full address?Hi @jaraaxai , You can use columns.render to amend what is used for the search, as in this example here, Cheers, Colin
- 13th Jun 2018How can I know when one exactly cell is clicked?Sounds like you want to use columns.render. There are some examples in the doc that should help. Kevin
- 1st Jun 2018I want to use a form above my data table to query a prepopulated JSON file.Use the search() method to search the table for the string you want. Or column().search() if that data is in a single column. Trigger your search from a change event on the select element. Allan
- 24th May 2018Add columns.type num-fmt custom order infoafter reading the full columns.render page :smiley: And I
- 17th May 2018Unable to execute if conditions using RESTcomment out all that columns.render code and just have
- 14th May 2018Date Sorting when not all rows have valid datereason, is to just columns.render your column so that
- 10th May 2018createdRow callback - change cell contents based on value of anotherHi @neburton, If I was you, I'd use columns.render. You specifically say which cell you want to change, see the examples on that page, and you also get the entire row data for you to analyse. Cheers, Colin
- 10th May 2018How to return mjoin?Hi @"nicoledramirez@hotmail.com" , I'm not sure that I follow your question, but a good way to manipulate the data in a cell is to use columns.render - this can change the displayed data to be anything you want. Cheers, Colin
- 6th May 2018How do I replace undefined column value to blank string?Hi @BrettA , The way to go is with columns.render, see the examples near the bottom of the page. You can just test for "undefined", and return any other string, such as "tba". Cheers, Colin