Search
9206 results 5381-5390
Forum
- 13th Jul 2013oAria is undefinedfor the correct config options etc. However, I have
- 12th Jul 2013Sorting with signed numbers and percentage signsany of the other options available that i found,
- 11th Jul 2013Enable/Disable features after initializing the tableModifying the options in the settings object
- 11th Jul 2013TableTools fnSelect without allowing for user selectionYou could either unbind the click listener TableTools adds to the table, or remove it front he TableTools code. I think those are the two options. An sRowSelect option of API might be an interesting option for the future... Allan
- 9th Jul 2013Sorting on checkbox colshttp://test123.demo.makalumedia.com/ There are no hidden cols in the table shown. Sorting on all cols works except the 4 to the right - all of which are dom-checkbox. Data table options are defined in pairings.js Thanks for looking into this - much appreciated!
- 9th Jul 2013Deleting rows that are not on pageuser uses the pagination options, then the 23rd entry
- 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