Search
-
Access Editor (i.e. CRUD) pages via login only - variable-based header code
by allan ·In PHP a single quote creates a string that is literal - it will not expand the variables in it. If you'd used header("Location: $currentPage"); that would have worked. See the PHP docs her… -
Bugs in PHP 8.2
by rdueck ·Link to test case: -
Can't change "Title" of a Excel, PDF exported file.
by allan ·If I'm reading the code correctly, it is just setting the valorExportar variable when the table is loaded. Also valorExportar is undefined when it is used for the button. -
Formatting of table
by Steveb13 ·After adding the export options it appears to have "covered" the " "lengthMenu": [[10, 25, -1], [10, 25, "All"]], -
How to initialize, with colvis from a stimulus controller
by allan ·What is 'display' in that context? -
How to initialize, with colvis from a stimulus controller
by tacman1123 ·Thanks, Allan! This has helped a lot. -
Issues with export to excel
by allan ·Of interest, this is the part of the code that assigns the column width for the created spreadsheet. -
Many tables in tabs on a single page not initializing column search boxes correctly
by js_natimark ·This change got my tables working on the page! -
Select Drop Down List contains all values of parent table. How can I get just child table values?
by Ovgmw7 ·Yeah! I've fixed this. Field names was the problem needed to be my_contacts.MySupplierID many thanks to @rt1234 for sorting out the db queries. Much appreciated! -
example code of put html <table></table> code in javascript to insert table by listen on a click
by Forrest Ling ·const Parent=document.querySelector("#navbarVerticalNav"); Parent.addEventListener("click", dosomething, false) ; function dosomething (e) { if (e.target !== e.cur… -
example code of put html <table></table> code in javascript to insert table by listen on a click
by Forrest Ling ·const Parent=document.querySelector("#navbarVerticalNav"); Parent.addEventListener("click", dosomething, false) ; function dosomething (e) { if (e.targ… -
Many tables in tabs on a single page not initializing column search boxes correctly
by kthorngren ·Thanks for the test case, it helps! There are a couple issues. Your selector $('.filters th') is not specific enough to find the correct th elements. When using the Datatables scrolling options, i… -
Skip duplicate entries on import csv - Editor
by kthorngren ·Please build a test case showing what you currently have with an example CSV file that replicates the issue. This will allow us to help debug. -
Many tables in tabs on a single page not initializing column search boxes correctly
by js_natimark ·Description of problem: -
Initializing DataTable in javascript without the jQuery object
by allan ·Doesn't matter. That is just importing the default export so you could do: -
data image render function
by kthorngren ·Its hard to say what the problem is without seeing your current solution and data. I suspect filename.image is resulting in an undefined error. Where can filename.image be found in the row data? -
DataTable export columns
by Steveb13 ·Thanks for replying. This worked for one option but I was wishing to have 3 options "Print. PDF and Excel. If i try to add them as extra options I have No Option display. Should I be pursuing th… -
JS Code preventing edit/delete editor openning
by equinox22 ·Hi all, -
RowGroup - How to group by a new (dynamic/computed) column?
by kthorngren ·I see. Sounds like you will want to use rowGroup.dataSrc as a function instead of rowGroup.startRender. See the comment in the docs. For example: -
Table doesn't redraw after successful Editor submit, other nested table does
by resqonline ·Debugger code (debug.datatables.net): https://debug.datatables.net/okoseg