Search
2900 results 1141-1150
Forum
- 29th Jul 2020Editor fieldsThanks Allan, however the inline editing only seems to
- 23rd Jul 2020How to control/change child DataTable header background-color?It doesn't work for me. I am wondering if I can do inline style background-color change under table initiation: $('#childtable').DataTable({ thead: "style: background-color:blue" ??? or something like that ......
- 22nd Jul 2020What might cause the file upload choose file button to fail to work?Does it work okay in this example for you? Are you able to give me a link to your page so I can take a look please? It looks like you might be using it inline? Allan
- 21st Jul 2020log on update, only if changessubmit: 'changed', isn’t a top level option in the Editor configuration. It is part of the form-options object, which can be used with formOptions (one of its child properties) or with methods such as inline(). Allan
- 14th Jul 2020How to submit a functional Editor test caseoff guard. // Activate an inline edit on click of
- 14th Jul 2020Inlineedit stops working aftfer editing 1st fieldline for initialising the inline editing is tripping it
- 11th Jul 2020When submitting via checkbox, the entire row is submitted instead of just the checkbox and row ID.though the checkbox is inline this is not considered
- 11th Jul 2020Validate a collumn with a value from another collumnYes indeed - use the formOptions.inline object which can be used to specify all the same options as the second parameter of the inline() method. Allan
- 10th Jul 2020Display action buttons(delete, etc) at the row end on row hover and click ?Is the problem you want to fix to keep the column the same width and keep the buttons inline? If so maybe the opacity CSS property will do what you want. Example using opacity. http://live.datatables.net/qemodapi/147/edit Kevin
- 9th Jul 2020Child Row Button in the middle of the tablethe little blue + button inline in the first column