Search
9167 results 4781-4790
Forum
- 24th Jul 2015New added row not showing (instead, showing first record twice)of plugging in the options from my image above,
- 24th Jul 2015How do I change field widthThere are a column of examples in the columns.className documentation. Also have a read through the manual section on options. Allan
- 23rd Jul 2015Add class to cell when using server-side processingdom-checkbox' } ], // Callbacks initComplete: function() { ... }, // Options dom : '<"top"lfr>t<"bottom"ip>', order : [[$('th.sort').index(),
- 22nd Jul 2015master detail table update problemshp_payment_options.is_active", type: "checkbox", separator: "|", options: [ { label: '', value: 1 } ] }, ] }); // Edit
- 21st Jul 2015Row added not shownThere are a few options available: I suspect if
- 20th Jul 2015Problem with ColVis and Scrollerwhy I suggested both options. For the error you
- 19th Jul 2015error on tableTool of jquery dataTablea table to provide options for saving files (CSV,
- 16th Jul 2015Unable to return a checkbox value to server ,,Solved !! .. but i'd like to understand why so please chip in .. Amended the editor.fields.eod .. to read .. name: "eod", type: "checkbox", separator: "|", options: [ {label: '', value: 1} ] I'm not certain why ...
- 16th Jul 2015Dropdownlist inline using datatableof 1 of the options, instead of the value.
- 15th Jul 2015dependent() on select input not effective on new $.fn.dataTable.Editor modalGot it, dependent() must be instantiated upon new editor called 'statusEditor' statusEditor.dependent( 'options', function ( val ) { return val === 'Simple' ? { hide: ['position', 'office'] } : { show: ['position', 'office'] }; } );