Search
-
Add a second row to a footer
by kthorngren ·One option might be to add a classname to the second row and use that as part of the selector, for example: -
Add a second row to a footer
by dougm ·Why does the second row end up first?? -
2 tables on same page
by rf1234 ·This is from Kevin's example: -
2 tables on same page
by CurtisK ·Referencing this discussion https://datatables.net/forums/discussion/52857/multiple-datatables-in-one-page. -
In Editor with PHP backend, how do I filter based on a MJoin table?
by allan ·You can add a ->where() to the Mjoin class instance, however that doesn't filter at the top level, which might or might not be what you want. The result would be that it just filters the Mjoin… -
Use PHP Editor data on the server
by allan ·Hi Roland, -
Htmlawed crashes when Editor popup open longer than a few minutes
by allan ·Many thanks for the file! -
How can I resolve the conflict between "language" and "buttons"?
by allan ·I can actually what the issue is - per language.url: -
How can I resolve the conflict between "language" and "buttons"?
by lincolncartaxo ·$(document).ready( function () { $('#datatable').DataTable({ "language": {"url": "//cdn.datatables.net/plug-ins/1.13.6/i18n/pt-BR.json"}, "buttons": [… -
Inline editing retain modified value
by kthorngren ·Take a look at this example with inline editing and server side processing.. It works without performing a full table refresh. Use the browser's network inspector and you will see two Ajax requests… -
Htmlawed crashes when Editor popup open longer than a few minutes
by allan ·I would guess that the insert() method calls HTMLawed with an array instead of a string and hence causes the issue. -
Htmlawed crashes when Editor popup open longer than a few minutes
by rf1234 ·When I create a new record using the Editor popup, and I keep the popup open for longer than a couple of minutes before saving, Htmlawed crashes when I try to save. -
Prevent Paste but allow Copy (bug?)
by allan ·Hi, -
move column search filter to clone header?
by kthorngren ·I think you need to change the structure of your loops a bit. See this example. The key part is how the cell is selected, this code: -
Editing multiple rows with an ' in a column values gives me an error
by Jason B Jones ·function getContactsExportTable() { -
Defining SQL Parameter type as varchar instead of nvarchar
by allan ·Hi, -
Hi , I am facing a pagination issue in datatable,so I am using a custom pagination that I am having
by ayushihemlata ·// Function to initialize DataTable -
More control over exported Excel file
by colin ·You can use orthogonal data to have more control over what's exported. This example here (from this thread), for example, changes a checkbox control to be either "Y" or "N" on the… -
Angular typescript pagination plug-in not loaded
by vascool ·It's in angular.json scripts array. https://angular.io/guide/workspace-config#extra-build-and-test-options -
Date fields empty in Editor, date not showing up
by resqonline ·There seems to be an issue with shared fields and editor instances, that I cannot grasp: date fields don't show previously submitted values in editor and then empty the data on submission.