Search
10784 results 5581-5590
Forum
- 16th Aug 2016Auto sorting optionFor anyone else who reads this discussion use the order option to specify the initial order. Allan
- 12th Aug 2016Datatables not respecting columns.classNamethe naming functions during initialisation for the reason described
- 11th Aug 2016Difficulty linking JS & Server Side Processing PHPsrc="js/data-table.js"></script> where the DataTables initialisation was before. And then
- 10th Aug 2016language and scroll in search functionDo the filter initialisation inside initComplete. See the language.url reference for why this is required. Allan
- 10th Aug 2016Disabling the default filterWithout seeing your code, I can suggest using search which lets you set an initial filter Thanks Tom
- 10th Aug 2016Sort Table By Column Removing Styling?What code are you using to sort the table? Simply adding order: [[ 9, 'asc' ]] to your initialisation should work. Allan
- 10th Aug 2016Custom toolbar elements don't work with language optionsAdd your custom element inside initComplete. The problem is, when you use language.url it makes the table initialisation async. See the language.url reference documentation for more details. Allan
- 9th Aug 2016Type Error | pagination: jumpToData current date or laterstring. You define today initially as a Date object
- 9th Aug 2016Editor does not update primary table when using LeftJoin()What you say the "primary table", do you mean it isn't modifying the "Transaction" table? Could you show me both your TransactionModel and also the Editor Javascript initialisation please? Thanks, Allan
- 8th Aug 2016Buttons don't show up?!wrong with your DataTables initialisation - if you take this