Search
11152 results 3831-3840
Forum
- 5th Jun 2012Click event unbinded after .fnAdjustColumnSizing(true) methodI noticed that the checked rows becomes unchecked after you sort. I realize that the elements are being cloned thus the reason of there being no more checks. Is there a way around this to keep the checks in place?
- 31st May 2012Row Highlighting failure kindaHave a look at this example which shows how it can be done with CSS and retain the sort column highlighting: http://datatables.net/release-datatables/examples/advanced_init/highlight.html Allan
- 30th May 2012JQuery errorthinking to pass the sort value to DB and
- 30th May 2012Multiple global filtersSort of. There are two ways of doing it: Have two input fields which are concatenated into a single input and that is used for the single global filter. Use a row based filter plug-in: http://datatables.net/development/filtering#row_filters Allan
- 30th May 2012Columns Condense TogetherWhen you sort there is a lot more data in the summary field? Try using sWidth in the aoColumns area ie: [code] "aoColumns": [ { "sWidth": "80%" }, { "sWidth": "20%" } ] [/code]
- 29th May 2012Need help for creating a tennis ranking sortingit - you want to sort numerically, and need to
- 26th May 2012Optimal set up for my tableI would only send sorts and filters to one
- 25th May 2012Search bar and 'items per page' are out of alignment with bootstrap 2I make it automatically sorted descending on the points
- 23rd May 2012How do you stop the header from wrapping into multiple rows?into the sDom, the sort controls suddenly found the
- 22nd May 2012Deferred rendering by DataTablesdesigned for exactly this sort of thing. "Deferred rendering"