Search
10142 results 2831-2840
Forum
- 6th Mar 2018Table not responsiveThat worked, thanks. BTW, can I make all the rows open by default when minimized?
- 5th Mar 2018validate dateformat OR set to null if emptyFrom memory, I think it's a combination of enabling a default value of null in your database, and using a "null if empty" validator in your Editor.
- 5th Mar 2018how to cusomize width of select dropdown list in inline mode (bootstrap)bootstrap 4.0 theming, the default width of the dropdown
- 3rd Mar 2018Change columnDefs:targets when radio button checkedare only using the default search input and would
- 2nd Mar 2018"sDom": "t", and dataTables_filterIf you want the default search input to show then you need to add the f option to the dom. Here is the Bootstrap example: https://datatables.net/reference/option/dom#Styling Kevin
- 2nd Mar 2018How to stop automatic page jumping to page 1 ?You are using setInterval to call dt.ajax.reload() which by default resets the paging. Using the second example on ajax.reload you should be able to use dt.ajax.reload(null, false) to retain the page
- 1st Mar 2018Setting up config.php using local MS SQL Server connectionbe left empty for default) "db" => "3rdParty_DB", // Database
- 1st Mar 2018Sorting DataTablesis aaSorting sets the default sorting, and data:{sort: ".@data-order")
- 28th Feb 2018Open editor instance of a specific row by its idThe row_ prefix is added by Editor's server-side libraries by default. I just had a typo in my original reply, I should have had an underscore. Unless there is a bigger issue? Allan
- 27th Feb 2018Pdf Export - Footer repeatedMaybe the buttons.action function will work. One of the examples shows how to run the default action of the button. Kevin