Search
10073 results 3601-3610
Forum
- 24th Aug 2015Unable to run server-side examplesyup.. my server was gathering some statistics by default. It's working now, thanks :D
- 23rd Aug 2015SavestateI just read a diff page, it said 2hrs is default, if I want it unlimited i need to do "stateDuration": 0 correct?
- 20th Aug 2015The function DataTable().page(x).draw(false) not working (on AJAX server-side configuration)I just removed deferLoading (reverting to default) and the DataTable().page(x).draw(false) function works ... I guess Deferred loading and manually finding x page does not work well together
- 20th Aug 2015Invalid column name 'id' error in simple join use caseSo found out my error. The constructor has a default parameter for the primary key of id, so if your primary key isn't named "id", you have to specify it in the constructor (or use the PKey() method to set)
- 19th Aug 2015How to convert export text buttons to a dropdown listTry passing the dom option along with the buttons array. This will override the default tags that are used dom: { collection: { tag: 'ul', className: 'dt-button-collection f-dropdown open', button: { tag: 'a', className: 'small' } } }
- 18th Aug 2015Select produces errorrow. Editor 1.5 by default only submits the changed
- 17th Aug 2015Using Select with Buttons not working correctlyHi Allan, Thanks for the answer. How do I set a default value though, i.e. if no rows are selected then export all data and if X number of rows are selected just export those? Thanks Chris
- 14th Aug 2015Filters input ignore Upper case / Lower caseserverSide: true, Filtering is being done at the server-side. Therefore this is an issue with the server-side script. Likely you are using MySQL which does case insensitive filtering by default. See MySQL manual and StackOverflow discussion. Allan
- 14th Aug 2015Is it possible to show in grey the active page number ?You would need to modify the CSS to suit your needs. Specifically look at the a.paginate_button.current styling information in the stylesheet. By default it has a light grey. Allan
- 13th Aug 2015Update extravaganzaHello Allan, tried the download builder with default values + "Local files". The contents of the DataTables.zip file looks totally wrong. Sorry. LP