Search
10140 results 4211-4220
Forum
- 4th Jun 2013sInfo text for Print and Copy buttons Not workingI found out that by using the "TableTools_JUI.css" in the header was causing the Flash white boxes to not display the text (default) or the custom text set by "sInfo" for Print and Copy Buttons. Removing the reference fixed it.
- 4th Jun 2013reorder server side data using aoColumnDefsfor each column. But default it uses the column
- 3rd Jun 2013[bug] Number of rows shown not set when providing sScrollYThanks! [quote]The default for paging to be
- 2nd Jun 2013Problem with null value not appearing in JSONI have spotted the problem, the default values I specified was on the column def for another column.
- 30th May 2013Get the iDisplayStart of a given rowarray of nodes, sorted (default) and using current filters
- 27th May 2013Confusion about css and js files needed after the pairing up bootstrap with datatablescode in [quote]DT_bootstrap.js[/quote]. [code] /* Default class modification */ $.extend($.fn.dataTableExt.oStdClasses, { "sWrapper":
- 23rd May 2013Using jqueryui themes, sort icon + row header on separate linesThanks a lot hugehugh !! Finally your trick worked for me!! "Error Was:"The Datatables sort icon, on column headers, by default appears under the column header text" ". Regards Kailash Nirmal
- 22nd May 2013Delay search function when using server-side processingnot 'keyup.DT', so the default filtering was occurring regardless.
- 15th May 2013Scrolling breaking when I add arguments into the arrayis to remove the default controls DataTables added, and
- 13th May 2013Large html tableHi Polou, Did you checked http://www.datatables.net/release-datatables/examples/basic_init/alt_pagination.html ? Also, you can use "iDisplayLength" : 25 which will set the size to 25 by default.