Search
-
Example of using select2 library instead of select or autocomplete
by asle ·Thanks again for your input! I wrote the username/pass for the demo page in my reply (demo/demo) but maybe it was not clear enough. I looked also at the datatables field config but not sure how to us… -
Example of using select2 library instead of select or autocomplete
by kthorngren ·The test case is asking for a login. -
Fild Datatables
by marianidiego ·Link to test case: -
trying to understand editor with a datatable which child records and passing the ID to the PHP
by crcucb ·I keep hitting a wall on this and I'm hoping someone can assist as time is running short. I don't know why the: if (maintable) is not working in the below. it's my goal to habe a data table on the… -
After latest Updates SearchPanes show "No SearchPanes" hint although they are filled
by fwtag ·Hi there, -
Ho to avoid sorting but keep the search field, "Show nn entries", etc?
by UlfDunkel ·@Allan: Thank you for pointing me to the Browser console. That did the trick. Now that I tidied up my code this simple version does all that I wanted: -
How to set text to top in each row instead of middle?
by kthorngren ·I'm not sure exactly what you are looking for but here are a couple of options for dealing with long text: -
Remove ColumnControl on certain Columns
by kthorngren ·Some options: -
Remove ColumnControl on certain Columns
by dnettles10 ·Thank you. -
trying to understand editor with a datatable which child records and passing the ID to the PHP
by crcucb ·I have been trying to understand what https://editor.datatables.net/examples/datatables/parentChild.html is doing, as I want the editor to contain a datatable with records belonging to the row being… -
Remove ColumnControl on certain Columns
by kthorngren ·Can the SEARCH above the Header not be shown? -
Remove ColumnControl on certain Columns
by dnettles10 ·I still can't get this to work. -
ColumnControl: Setting specific values for a searchList dropdown
by timb72 ·I've now got it working quite nicely for my own use case - and if anyone else needs some pointers I currently have (for the specific index 7 column) and my original table name with id tblDataset -
Local table editing & calling a sql stored proc to save
by allan ·Is there any concern if I let the edit post back to the PHP and inspect the action for Edit, then perform the updates there? -
How to integrate reCAPTCHA to the ajax queries od DataTables
by kthorngren ·In that case I think you will need to use ajax as a function so you can fetch the recaptcha token first then place the ajax request to fetch the data using jQuery ajax() or your favorite method. -
Using row(0).remove() only works once?
by kthorngren ·I had some special values in the table, and when I went to remove a row, an entire redraw happened (including my custom render function), which resulted in emptying it out. -
Using row(0).remove() only works once?
by kthorngren ·throws an error... -
Using row(0).remove() only works once?
by CaptainPalapa ·I want to remove a row I've added. I can determine the index, let's say it's row 0. I remove it. Shouldn't old row #1 now be row #0 ? -
Remove ColumnControl on certain Columns
by dnettles10 ·Link to test case: -
Ho to avoid sorting but keep the search field, "Show nn entries", etc?
by UlfDunkel ·Hi there.