Log table for errors
I currently use the server side events to log changes, as described here: function logChange ( $db, $action, $id, $values ) { $db->insert( 'staff-log', array( 'user' => $_SESSION['username'],...
View Articleserver side processing stuck at "processing" after ordering
Hi guys, I have a problem with datatable, server-side processing. I have a lot of data, so server-side processing is needed to display them properly. The first rendering of the datatable is ok, but...
View ArticleDatatables break with multiple datatables within tabs
I have an issue were I get the following error: TypeError: this.api.cell(...).index(...) is undefined; can't access its "column" property What I wanted to ultimately accomplish is to have a datatable...
View ArticleDELETE from table with database name prefix in Editor PHP
Hello, I think there is a little inconsistency using database name prefix in Editor (1.6.3) Suppose I have something like $editor = Editor::inst( $db, 'db.table' ) and all fields referencing...
View ArticleHow to print table footer on last page only?
I'm using the Buttons extension, Print option and I only want the table footer <tfoot> to print on the last page. I tried to just put it in a row <tr><td> at the end of the table, but...
View ArticleError with Sqlite
I'm getting the following error when I try to use DataTables dll in .NET Core project The specified invariant name 'Microsoft.Data.Sqlite' wasn't found in the list of registered .NET Data Providers....
View ArticleChange colour of row based on column value
Hello,one of the columns in my table contains a due date, i would like to change the colour of the row to red if the due date has already been reached (due date is in the past), if it has not been...
View ArticleSearchs without accent (and special character)
Hi, I would like to search in French without accent, by example I could find "été" with searching "ete" or "été" or "éte" It is possible with datatables ? Thank you
View ArticleHow to avoid RangeError maximum call stack size exceeded?
Enclosing certain statements that load or initialize the DataTable. I have for example a setTimeOut that refreshes it every 30 seconds with ajax.reload. But it is a component that has to launch this...
View ArticleInsert or Update record to a joined file if it does not exsist.
How could I insert or add a record to a joined file in DataTable Editor. As an example, I have 2 files Payroll and Stock Contribution file. The Payroll file would be used as the main driver file, it...
View ArticleParsing "\n" new lines in HTML from JSON string.
So, a little background. I have a datatable set up, it's really rough around the edges, just to display a whole bunch of data from a JSON database. This is how I have it set out...
View ArticleMove search boxes for each column just below the table header
Hello, I'm using this example below and the search is working just fine. https://datatables.net/examples/api/multi_filter.html However, I would like to move the search boxes just below the table header...
View ArticleHow to export actual data after javascript update?
Hello! I use DataTable to export spreadsheet to excel and pdf. My table is updated by Ajax. But without using DataTable. After filtering or paging, non-updated data is exported. Those that were in the...
View ArticlePrevent multiple ajax requests in server side pagination
In server side pagination, multiple ajax calls are made rather than one at a time. I want to fetch 10 records first and so on but there are many ajax requests are made. I have tried too many different...
View ArticlePrevent multiple ajax requests in server side pagination
In server side pagination, multiple ajax calls are made rather than one at a time. I want to fetch 10 records first and so on but there are many ajax requests are made. I have tried too many different...
View ArticleIs it possible to insert into two separate databases?
Hello, So I am working with an application in which a user enters a cohort name, along with a group name. Each cohort can hold multiple groups, which is linked in the database by a foreign key in the...
View ArticleCopy/paste to general search field
I am experiencing a seemingly random issue where spaces will be removed from clipboard text when pasting the text to the general search field in the upper right corner of the data table. For example,...
View ArticleHighlight an entry in row if contains pattern
Hi, New to DataTables so please pardon if a re-post. Is it possible to highlight an entry (either bold or different color) in a row if it contains a pattern? Eg., Make the 3rd entry bold if it contains...
View ArticleDatatables sourced from IndexedDB.
Hi, I'm trying to find a solution to source Datatables from IndexedDB with lazy loading. Something similar to ajax server-side processing but to be cliend-side processing with indexedDB. So far I ended...
View Articletable pops outside of the popup
i'm using sorting technique for sorting a table which is present inside of a popup..in chrome and IE sorting and searching working fine but in IE the table comes out of the popup width wise.how to...
View Article