Search
5748 results 2481-2490
Forum
- 19th Apr 2012So... the official Scroller plug-in.didn't help. [quote][quote]retaining the paging position when filtering or
- 17th Apr 2012How to add custom classes to whole table, wrapper, thead, tbody, etc.[code] $.fn.dataTableExt.oStdClasses.sWrapper = 'no-margin last-child'; $.fn.dataTableExt.oStdClasses.sInfo = 'message no-margin'; $.fn.dataTableExt.oStdClasses.sLength = 'float-left'; $.fn.dataTableExt.oStdClasses.sFilter = 'float-right'; $.fn.dataTableExt.oStdClasses.sPaging = 'sub-hover paging_'; $.fn.dataTableExt.oStdClasses.sPagePrevEnabled = 'control-prev'; $.fn.dataTableExt.oStdClasses.sPagePrevDisabled = 'control-prev disabled'; /* etc.... */ [/code]
- 17th Apr 2012Datatables + jQuery 1.7.2 problemThat looks like it should be working okay to me. I know that IE6 can have issues with INPUT elements and paging, but I presume you are not using IE6? Can you link to your example please? Allan
- 13th Apr 2012Remove row on Server-Side processed table best practice.to above to fix paging issue: modify the dataTables.bootstrap.js
- 9th Apr 2012full number pagination, jQuery UIbut all of my paging menu options seem to
- 9th Apr 2012Pagination works strange..but all of my paging menu options seem to
- 5th Apr 2012Best way to format data returned from server-sidereally taken a hit. Paging name takes a good
- 3rd Apr 2012Header Row not applying proper widthsof Items’, ‘Search’ and ‘Paging’ items all the way
- 31st Mar 2012Page Number not showing on select "ALL" from dropdownThis is the change I committed: https://github.com/DataTables/DataTables/commit/e815062197c87328c25d37a440a785d1156b8b19 . However, the internal paging methods were more or less rewritten for 1.9 so you might need to port my change back a little bit (although I doubt it will be that different). Allan
- 31st Mar 2012Unresponsive scriptI don't understand why 450 records would slow down server-side processing. It should cope with millions of rows without issue. Do you have paging disabled or something? Can you link me to the page? Allan