Search
9149 results 5331-5340
Forum
- 8th Jul 2013FixedColumns - Option to save horizontal scrollbar positionUse the state saving callback options probably: fnStateLoadParams etc. Allan
- 6th Jul 2013SELECT type defaultsthere are probably two options to get this working
- 3rd Jul 2013oTable in 1.9.4 has no fnIsOpen? "TypeError: Object [object Object] has no method 'fnIsOpen'"your code and what options you set. Using this
- 2nd Jul 2013Sorting by total hours and minutesTwo options: Use orthogonal data: http://datatables.net/blog/Orthogonal_data Use a sorting plug-in which is modified to read data from your time format. Allan
- 2nd Jul 2013Showing/Hiding Columns with Ajaxin is column visibility options. Allan
- 25th Jun 2013Getting autocomplete to work in Editor when mRender is used to bind object arrayIt looks like you need to override the _renderItem function if you want to have jQuery UI autocomplete show custom options: http://jqueryui.com/autocomplete/#custom-data . So yes, from their documentation it is possible to use a label value pair. Allan
- 22nd Jun 2013fix wandering pagination buttonsOh also - use the i18n options to change the language strings for the paging buttons if you want to modify their test - that's what those options are there for! :-) Allan
- 20th Jun 2013DataTables TableTools and jquery UI Dialogby the browser security options, and even if I
- 19th Jun 2013How I change the text "per page"I'm not quite sure what you mean by the per page text (the length options?) but all of the i18n options are here: http://datatables.net/usage/i18n Allan
- 15th Jun 2013Drop down list on Editor popup using JSON object array and binding to the underlying DataTablein terms of features / options etc? Yes, Editor is