Search
10722 results 6421-6430
Forum
- 1st Aug 2013Table with thousands of columnsCurrently no - there is no method to add columns after initialisation with DataTables. It is something I want to add in future, but its not currently available. Sorry. Allan
- 29th Jul 2013POST vs sAjaxSource":Sorry - I should have said sServerMethod ! :-(. All you need to do is add sServerMethod: 'POST' to the DataTables initialisation: http://datatables.net/release-datatables/examples/server_side/post.html Allan
- 27th Jul 2013Plugin for client side searching , filtering ,sorting and server side paginationdata table filtering. Load initial table with a oSettings
- 26th Jul 2013Retrieving MySQL data and displaying in DataTablestell me if this initialisation code is correct? We'd
- 24th Jul 2013Excess columns visible in datatable on first loadsoon as it can (initialisation), so you might see
- 21st Jul 2013filter only works after sortSolved it by doing initial sort expressively on the column that the filter didn't work on until it was filtered - changed line 120 in above example to: [code] oTable.fnSort( [ [6,'asc'] ] );[/code]
- 19th Jul 2013KeyTable support for touch screens?made a mistake. I initially tried this example http://datatables.net/release-datatables/extras/KeyTable/editing.html
- 18th Jul 2013Fixed header column widthssee where the DT initialisation is - it looks like
- 17th Jul 2013Single column searchinghave made to the initialisation object passed to DataTables
- 9th Jul 2013Info Language - Custom Info line.. 'X Selected of Y records' - with scroller.I can get the initial Total of rows, but