Search
9310 results 5981-5990
Forum
- 20th May 2011Default value for sLengthMenuStill took me a few attempts to get this to work: this selects 100 by default, change iDisplayLength to 10 or -1 for the other options: [code] $('#datatable_id').dataTable( { "iDisplayLength": 100, "oLanguage": { "sLengthMenu": 'Display '+ '10'+ '100'+ 'All'+ ' records' } } ); [/code]
- 18th May 2011fnUpdate when using deep property reading for a data sourcefnRender. Quite a few options in this area now
- 18th May 2011fnAddDataTwo options - you can use the new data source options in 1.8: http://datatables.net/blog/Extended_data_source_options_with_DataTables - or you can simply construct a 1D array from each object and pass that to fnAddData (e.g. [ a[i].number, a[i].value ... ]). Allan
- 17th May 2011fnFormatDetails example - right tool for this job?the object data source options in DataTables 1.8 are
- 17th May 2011print Data Table without using oTableTools initialization paramDataTables. There are two options off the top of
- 16th May 2011Missing icons in TableTools for pages in subdirectoriesbraz: There are two options off the top of
- 16th May 2011DataTables 1.8 beta 3 now availablethere will be customisation options which allow for this,
- 12th May 2011How to dynamically add a row and keep custom classes for td'sI figured it out. I set the class names in the "aoColumns" options, and then when I added a row dynamically, the columns picked up the new classes.
- 12th May 2011json Data not displayed on the datatableerror for both the options :-( "json is undefined" for:
- 12th May 2011fnServerDatamore and more configuration options! Allan