Search
43854 results 13121-13130
Forum
- 31st Jan 2020Definable button on a row ?Hi Kevin Thanks for getting back to me, I've solved the issue by doing this : // Activate an inline edit on click of a table cell $('#example').on('click', 'tbody td:not(:first-child) td:not(:nth-child(2))', function (e) { editor.inline(this); });
- 31st Jan 2020Problem with a custom edit button after using the create buttonI think you need to do something like this example here - i.e. create the form buttons when you define the table buttons. Colin
- 31st Jan 2020sql sp or function as data sourcecan grab a regular table as the "main" table,
- 30th Jan 2020Edit button modal dialog not displaying. How to find the problem?Yes I have found the following error in the browser console: "Uncaught Unable to find row identifier For more information, please refer to https://datatables.net/tn/14" From this it would appear that the table may not have a primary key? Thanks, mgpearce48
- 30th Jan 2020Flexbox Howtoon top of the table as I would like
- 30th Jan 2020jquery-datatables-checkboxes savestate questionme. I'm sending the table state like this "tablestate":
- 30th Jan 2020SearchPanes Cascade Issuerows.add() to populate the table. Found that I needed
- 30th Jan 2020How to set 'targets' Dynamically in columnDefsBy the time you're adding to columns[] you've already initialised the table. Kevin's final comment on this thread should help, since it's discussing this kind of thing. Colin
- 30th Jan 2020DataTables Client Side Does Not Refresh After Updating RowAre you using Editor to update? Or just your ajax() call? You're doing a draw() but I can't see where any new data is being changed in the table. Colin
- 30th Jan 2020Mask cell data using MySQL?where you've got $table = 'attendance'; you would put the name of the view Colin