Search
10712 results 5511-5520
Forum
- 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
- 8th Aug 2016Load state after api is availablean arbitrary time after initialisation. That is something that
- 8th Aug 2016field().multiSet() with html5 date fieldCan you give me a link to the page showing the issue so I can debug it please? If that isn't possible and you show me your full Javascript initialisation for DataTabled and Editor. Thanks, Allan