Search
-
How to do an initial filter in DataTables
by rf1234 ·One solution is to use a column filter. That will not use the global search field and won't influence its contents. -
when I use dom: 'Pfrtip', bLengthChange disappears
by phieutr ·``` -
how to remove browser header and footer from datatable generated print page ?
by pkeerthana723 ·Hi, -
In table control soft delete
by equinox22 ·I've managed to get this working by substituting table.row for $(this).closest('tr'); and this now works. -
Formatting of table
by kthorngren ·Looks like you might be using Bootstrap styling? Look at the dom Styling examples for the default example for the framework you are using. If Bootstrap you might want something like this: -
Formatting of table
by Steveb13 ·Thank you Kevin. I was trying this after reading your first response. I am now trying to get everything onto one line. ie. Show # Entries on the left, Exports in the middle and Search on the right. I… -
Formatting of table
by kthorngren ·Did you read the FAQ I linked to? The buttons aren't covering the length change element. You dom configuration isn't displaying the length change element because it is missing the l. Try this: dom… -
In table control soft delete
by equinox22 ·Hi, -
ignore internal html elements on export
by rf1234 ·Use exportOptions.format.body / header / footer like in here for example: -
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…