Search
10078 results 3831-3840
Forum
- 6th Nov 2014Server-side processing - ajax parameters causing page not foundIf you think the URL is the issue, you could use POST instead. I would think POST should be the default type in dataTables, but it isn't. var oTable = $('#dt_basic').dataTable({ "processing": true, "serverSide": true, "ajax": { url: "../docfleet/_includes/data_veiculo.php", type: "POST" } });
- 6th Nov 2014Using multiple tables that share SOME settingsThis might be useful: http://datatables.net/examples/advanced_init/defaults.html I use it myself, although I still haven't figured out how to "drop in" the occasional parameter which differs from my default setting.
- 5th Nov 2014Multiple sort icons using JQueryUImissing image errors (by default they don't put in
- 5th Nov 2014Showing 1 to 1 of 1 entries when I use php and mysqli to display the tabletestdate DATE NOT NULL DEFAULT 0, score INT, PRIMARY
- 5th Nov 2014updating datatables cellsYou can override the default and have row().invalidate() read
- 4th Nov 2014Problem with the jQuery DataTables order listenerwas to enable the default order on DataTables, and
- 3rd Nov 2014Wait cursor for inline editadding this into the default library in future. Regards,
- 3rd Nov 2014Server Side Processing (Filter exact match)In server-side processing you would just do a = search rather than LIKE '%{term}%' which the default class uses. If you are using the example class, then you would need to modify it to add that ability. Allan
- 31st Oct 2014currency sortingfull stops as the default decimal separator. You would
- 28th Oct 2014How to disable Drag and Drop on fixed columns in datatable ??column as in plugin default "iFixedColumns": is 0, hence