Search
2927 results 1301-1310
Forum
- 22nd Feb 2019Responsive and Selected Columns onlyBasically trying to do this // Activate an inline edit on click of a table cell $('#tblCylinders').on('click', 'tbody td:not(.child), tbody span.dtr-data', function (e) { // Ignore the Responsive control and checkbox columns if ($(this).hasClass('control') || $(this).hasClass('select-checkbox')) { return; } if ($(this).hasClass('editable')) editorCyl.inline(this); });
- 14th Feb 2019Editing and Mjoinselected in both the inline editor and the editor
- 13th Feb 2019Responsive Javascript file seems to be buggyplugin developers (TablePress and Inline Google Spreadsheet Viewer) about
- 13th Feb 2019Table not responsivehappened with another plugin, Inline Google Spreadsheet Viewer, and
- 13th Feb 2019Responsive Plugin Not Workinghappened with another plugin, Inline Google Spreadsheet Viewer, and
- 7th Feb 2019Fieldtype - variable selectbudget, without deactivating the inline editor, I'll get the
- 5th Feb 2019Editor changing array/object format on a dynamic tableneeded to let the inline editing work. Could you
- 26th Jan 2019Cannot edit fixed columnssetup with fixed column inline editing. When editing a
- 23rd Jan 2019AutoComplete AutoFocus Select 1st suggestion Select 1st Dropdowndoes not work with inline Editor. How should I
- 22nd Jan 2019Change value of another cell based on one cell inputDependent() does work because I'm using Inline Editor. How can I use dependent() and submit on keyup?