Search
11177 results 3511-3520
Forum
- 3rd Jan 2014New table is being created when I try to reload the existing tablepagination is working, nicely, sort (not so much). Sort
- 2nd Jan 2014datable without pagination and search bardaniel_r this is the proper way: You'll need to set your "sDom" correctly to remove the search and disabled pagination. check the following: http://datatables.net/usage/options#sDom and http://datatables.net/usage/features#bPaginate those 2 should sort you out
- 31st Dec 2013Pagination doesn't work AT ALL!!!!!the column header to sort, the rows disappear, but
- 27th Dec 2013TableTool Problemtells you something. I'm sort of assuming it's to
- 26th Dec 2013User Adjustable Column WidthResize Columns, Reorder Columns, Sort Columns. Very Cool! http://www.ita.es/jquery/jquery.kiketable.colsizable.htm
- 26th Dec 2013Responsive Datatables with Footable-like Behaviornot working like search, sort and pagination. * Once we
- 20th Dec 2013asSorting troublesYou need to also specify aaSorting which is the initial sort applied to the table. I know the documentation in this area isn't brilliant. I'm working on improving it! Allan
- 19th Dec 2013Sorting Numbers with Comma and Percent SignTry DataTables 1.10-dev (nightly from the downloads page: http://datatables.net/download ). It will sort currency, formatted numbers and precent signs automatically. Let us know how you get on with it! Allan
- 16th Dec 2013Sorting without reset iDisplayStart.no - if the user sorts, then they are always
- 12th Dec 2013disable the click functionality in the data Table in for particular columnsThe bSortable option can be used to disable the click to sort ability on columns. Allan