Search
9216 results 3001-3010
Forum
- 23rd Mar 2019Help with File Uploadlinks.icon is populated as options with the files, but
- 22nd Mar 2019AutoFit Column Width when exporting to ExcelHi @niksdope , The options for the Excel customisations
- 22nd Mar 2019"$.fn.dataTable.Buttons is not a constructor" Error Displayeddescribes the basic initialization options: https://datatables.net/extensions/buttons/ You can find
- 22nd Mar 2019Problem with selectize / with dependentfieldTypes.selectize = { _addOptions: function ( conf, options ) { var selectize = conf._selectize; selectize.clearOptions();
- 21st Mar 2019Buttons not displaying and generating warning 'cannot reinitialize DataTable'Interesting side effect of getting the export buttons to work- the results set drop down box goes away. Is it possible to have both the drop down (10, 25, 50,100 results) AND the export button options?
- 20th Mar 2019Language tokens not replaced when using Scroller extensionHi @raka86 , Yep, unfortunately those macros, like _TOTAL_, aren't supported across all the language options. There is an enhancement request outstanding for this, so it will be address at some point in the future. Apologies for the inconvenience, Cheers, Colin
- 20th Mar 2019Nested DataTable editable with Ajax Source Dataa closure function in Options!!! ->where( function($q) { //the user
- 19th Mar 2019Row grouping with printingsupport for the export options of the Buttons extension
- 19th Mar 2019Buttons Export: How to split data into multiple columns on csv export?Hi @kdatabsttab , This thread may help, it's asking for a similar thing but with PDF - see the final comment. The trick is to use those customize functions - full options are here. Cheers, Colin
- 17th Mar 2019how to fix DataTables warning: table id=example - Cannot reinitialise DataTableDid you follow the steps at the URL provided in the alert? The problem is you are trying to initialize Datatables twice. You need to combine your initialization options into one init. Move your footerCallback into the second initialization. Kevin