Search
10710 results 7121-7130
Forum
- 20th Jan 2011Changing "Search:" label in table headeroLanguage.sSearch ( http://datatables.net/usage/i18n#oLanguage.sSearch ) is the initialisation parameter which allows this string to be customised :-) Allan
- 20th Jan 2011Problems sorting data with decimals in it?However I think the initialisation is slightly off. Try
- 19th Jan 2011Store reference to dataTable objectmy problem by not initially storing the dataTable object
- 18th Jan 2011How large the datatable can be?you can limit the the records being displayed by using.. [code]iDisplaylength=100;[/code] while initializing the datatable.
- 17th Jan 2011Small Width Calculation Glitch when Toggling Hidden Columnsoccurs if I hide/show initially hidden columns, sort a
- 14th Jan 2011Setup default settingsis define your default initialisation object, then extend it
- 13th Jan 2011[server side] get number of rowsetc code right after initialising DataTables, it will be
- 13th Jan 2011aaSorting returning extra element?a look at the initialisation code, you can see
- 13th Jan 2011My FixedHeader fixes: iPad compatibility and correct parentingjQuery.browser.safari && navigator.platform.indexOf("iPad") != -1); + }, + / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Initialisation */ @@ -153,7 +164,7 @@ s.bFooter = ($('>tfoot',
- 12th Jan 2011Hide tables - preselected columnsusing { "bVisible": false } to initially hide columns that the