Search
10079 results 4061-4070
Forum
- 7th Nov 2013bStateSave is not working for more than 30 columns in datatableCookies have a size limit of 4KiB. This will be exceeding that value. You need to use an alternative method such as localStorage (which will be the default in 1.10): http://datatables.net/blog/localStorage_for_state_saving Allan
- 6th Nov 2013sType HTML and Column Filter pluginfilter_type" because it the default value docs : https://github.com/vedmack/yadcf/blob/master/jquery.dataTables.yadcf.js
- 5th Nov 2013DataTables ColVis (1.1.0-dev) is ignoring $.fn.dataTable.defaultsColVis doesn't look at $.fn.dataTable.defaults.oColVis . There is no option to set ColVis as a default option in DataTables at the moment (an oversight which I'll correct in future). Allan
- 30th Oct 2013Twitter Bootstrap 3the following (false by default) [code] $('#example).dataTable( { "bBootstrap": true
- 29th Oct 2013Problem to use two options (tableTool + jQuery UI themes)The sDom default when using bJQueryUI is: <"H"lfr>t<"F"ip> (from the documentation). So to use TableTools you might want to use something like: <"H"Tfr>t<"F"ip> . There is an example on the site here: http://datatables.net/release-datatables/extras/TableTools/theme.html Allan
- 28th Oct 2013DataTables Editor - New and Edit Not Workinglabel": "State", "name": "loc_state", "default": "NY", "type": "select", "ipOpts":
- 28th Oct 2013JSON object not dispalying in Jquery Data tableNot a bug - you are returning the default expected JSON object: http://datatables.net/usage/ . Use sAjaxDataProp to change it. Allan
- 25th Oct 2013missing underscore in docs?you want shown. The default is 5. Allan
- 24th Oct 2013TableTool buttons are not workingshow the table by default and use jQuery to
- 24th Oct 2013client side sorting, filtering but server side pagingcase, I think datatables's default search box may be