Search
11181 results 8731-8740
Forum
- 18th Dec 2015render a number to stringthanks Alan and glenderson, you put me on the right track and finally got what I wanted. ... { data: "tblProducts.discontinued", render: function ( data, type, row ) {return data == 0 ? 'Yes' : 'No'; } } ... It sorts beautifully and updates finally :)
- 16th Dec 2015Trying to get SharePoint dataNo worries - good to hear you've got it sorted! Allan
- 14th Dec 2015rows().data() vs cell().data()that the search and sorting caches (the "internal caches"
- 6th Dec 2015File uploads to dynamically created folders.file_exists($uploadDir)) {mkdir($uploadDir, 0777, true); sorted the non-existing folder problems
- 4th Dec 2015How to get values from multiple names and insert in database?Ok, sorted that out but now
- 3rd Dec 2015Similar to 'search' box filtering datatable, filter on other condition?Every time the user sorts the table, the checkboxes
- 3rd Dec 2015Migrating from 1.9.4 to 1.10.9. fnUpdate() and cell().data() ?Adding: This happens certainly after "Sorting". Means, new api takes right place, but before sorting, and after sorting this place is wrong and it used it.
- 2nd Dec 2015stateSave Logic Not WorkingNo problem - great to hear you've got it sorted! Allan
- 30th Nov 2015Jquery event multiple triggersdisplayed 5 times (paging, sorting, filtering, whatever) you are
- 27th Nov 2015Highlighting Rows in datatablesWhat CSS are you using to highlight the row? You might need to make it more specific in order to be used rather than the sorting column styling. Allan