Search
-
.Net Editor postgres primary keys quotes
by allan ·Yup, no question, that is an error in the library. Apologies! Specifically it is this line. It doesn't escape the identifier, which it should do, and that's a problem in postgres, since postgres fold… -
I am unable to add a excel export button
by kthorngren ·Based on your code snippet it doesn't look like you told Datatables where to place teh buttons using the layout option. See these docs for more details. Also see this example. -
I am unable to add a excel export button
by AgathopAlex ·i have added the code to add download button on my datatable but it is not showing what could i be missing. -
Addding a tags field to editor sourced from ajax
by crcucb ·I am trying to add a tags field to my editor that will only allow picking residents who are assigned under the address. -
DateTime Standalone - how to update minDate
by kthorngren ·What error are you getting? -
Remove ColumnControl on certain Columns
by dnettles10 ·This might pertain to Messaging versus DataTables so please correct me if I'm wrong. -
adjust font size at runtime
by kthorngren ·As I said you have scrolling features enabled so you need to use a selector that finds the duplicated table which has the header and footer. Looks like your test case is down. Go to this example an… -
How to send hidden value by row
by kthorngren ·But when I use visible: false, I'm not able to get the value. -
adjust font size at runtime
by kthorngren ·I see the issue. You have scrolling features enabled. In this case Datatables creates a duplicate table with the header and footer and hides the original to facilitate scrolling. The above selecto… -
adjust font size at runtime
by kthorngren ·Maybe you need to add something like this: -
adjust font size at runtime
by kthorngren ·The selector $('maintable.dataTable td') is incorrect. maintable is a Javascript variable which won't work as part of the jQuery selector. Your table has this id="Adresses" assigned as th… -
adjust font size at runtime
by crcucb ·https://jyorkejudge.org/A2.php -
SearchPanes stya empty with serverside skripting
by fwtag ·Due to oerformance issues relkatied to growing data bases, I am switching DataTables to serverside skripting. -
Example of using select2 library instead of select or autocomplete
by kthorngren ·For the tags field I don't see a way specify a CSS selector to apply styling. The only option I can think of is to programmatically apply the CSS when the for is open using the open event. For exam… -
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: