Search
44090 results 6711-6720
Forum
- 14th Nov 2018Log table for errorsThis does work, $id = '0'; $values = $editor['debug']; insert_error_log ( $db, 'error', 't_company', $id, $values ); But I currently don't have the $id of the item being edited or created in my scope and it also saves the SELECT queries as oppose to just errors. Should the $id var be available somewhere in the scope and can I access just errors, will they be in a nested element in the debug array. It's a little tricky to test as I haven't figured out how to force an error! Thanks Chris
- 14th Nov 2018Value from joined table, can be sort by drag drop editor?Duplicate of this thread, closing.
- 13th Nov 2018Responsible table and clickthank, that work well
- 8th Nov 2018Please help me I can't add mult checkbox to my tableThats a lot of code to dig through. Can you post a link to your page or a test case showing the issue? https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Are you getting any errors (alert or browser console)? What happens, does the Datatable display but without the checkbox? In order to help we need more details and a running example replicating the issue. Kevin
- 7th Nov 2018No data showing on table when i have a data on databaseThank you, @kthorngren
- 7th Nov 2018Not working - order table by priceIt was the space, so problem solved. Thank's for help. Jirka
- 3rd Nov 2018DataTables warning: table id=tblClient- Invalid JSON responseThe error didn't come through. If its an alert and contains a link then follow the link for troubleshooting steps. Please try posting the error again. Kevin
- 31st Oct 2018Table Row Height: Is it Adjustable?It is setting the height of the rows - see this updated example for a more extreme example: http://live.datatables.net/puxepazo/4/edit . It is not setting the height "between" rows. That is cell spacing. Allan
- 26th Oct 2018Is there a way to invoke an ajax for every search and alter the table data by the ajax result?Yey! Thanks!
- 23rd Oct 2018Problem loading JSON to tableCan you let me know if you get the same CORB response with this code? Yes, you can look in the browser's console for the error, Yes but is it possible to use the url instead of pasting the data into the data variable? Not sure, I haven't tried outside of the JS BIN environment. Do you see the CORB error in your browser's console? There may be some ajax options that might help. Or you can send an ajax request to a server script which gets the data and returns it as a JSON string. Kevin