Search
10141 results 3881-3890
Forum
- 12th Nov 2014Responsive Shows hidden columns againremove all the importance="0" (default) columns first, starting with
- 7th Nov 2014Is column searchability dynamic?and Stuart that this default behavior can be very
- 7th Nov 2014DataTable dom option cancels jquery-ui theming (using jquery-ui specific dom option)Correct - the jQuery UI theming uses a custom dom option. Have a look at the dom documentation to see the jQuery UI default. Allan
- 7th Nov 2014Not disabling the first th columnAh, I didn't realize you could use a class for the target - thanks. Looks like Allan has also already covered the update in stackoverflow with a new default order so you should be good to go now: http://jsfiddle.net/uwe4mp0d/2/
- 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