Search
10085 results 4691-4700
Forum
- 31st Aug 2011callback for ColReorder pluginThat is awesome, I will try and inject this as well. Has this feature been included by default?
- 26th Aug 2011Server-side and polling with fnDraw -- remembering page?display as it is. Default - true[/quote] there's a plug-in
- 25th Aug 2011TableTools Custom Button HelpsButtonText": "Go to URL", // default, change when initiating "sGoToURL":
- 24th Aug 2011Server-Side Column Sortingin mDataProp changes DT's default of using the array
- 23rd Aug 2011Advanced row ID questionthe first column. by default (unless you used DT_
- 21st Aug 2011How to use defered rendering with source/array.txt to speed IE8 up, gives data=null, nothing foundcare of all the default parameters in the fnServerData
- 18th Aug 2011add another form search to datatablesnot to show the default search textbox as well
- 18th Aug 2011Localize Entries, move Prev/Next, enable ThemeRollerThere isn't currently an odd / even row striping class in ThemeRoller default files, so there isn't anything to be used by DataTables. However it is trivial to specify your own using: [code] tr.odd { ... } tr.even { ... } [/code] Allan
- 17th Aug 2011Is it possible to pick & choose features?DataTables features are listed here: http://datatables.net/usage/features . There isn't currently a way of setting the defaults, but what you can do is something like this: [code] $('#example').dataTable( $.extend( {}, defaults, { "bFilter": true } ); [/code] Where 'defaults' is your default initialisation object. Allan
- 16th Aug 2011Using Select Dropdown to sort columnsany column, do some default oTable.fnSort( [ [0,'asc'] ] ); break; case