Combining 2 tables, editing only the second table
Hello! I've been suffering for two days and I'm asking for help. I have two tables: Table 1: "aaa_kv": - id - kv_num Table 2: "aaa_fio": - id - kv_id - fio_name They are connected like this: aaa_kv.id...
View ArticleUpdate data on the server
I'm sorry to distract you from important things! I learned how to make changes to the selected lines: var selected_rows = table.rows( { selected: true } ); selected_rows.every(function (rowIdx,...
View ArticleBootstrap buttons - className value is not overriding base value "btn...
Hello, I'm using editor datatables with bootstrap. I would like to define 2 buttons for my editor modals (a "cancel" button and a "submit" button, styled with 2 different classes). In my editor...
View ArticleAbout search builder.
Link to test case: http://live.datatables.net/rurofefu/1/edit Debugger code (debug.datatables.net): Error messages shown: one warning at http://live.datatables.net/rurofefu/1/edit Description of...
View ArticleShow entries dropdown not in line with search function
How do I solve this, since I mixed it with bootstrap 5.
View ArticleHow to perform a LIKE across two fields in the same table?
Let me say up front, I'm not at all familiar with datatables. This is my first exposure to it. I'm just trying to quickly resolve this one issue for someone else. That said... There is a form that...
View ArticleCannot set the value for an SQL function field. These fields are read only.
Getting this message on one of my forms. It was working, but looking at the JSON with debug true I can't see the SQL that the editor is sending to the database to see what or where the issue is. How to...
View ArticlePHP Version 8.0.6 SSP Class Complex Bug
Link to test case: N/A Debugger code (debug.datatables.net): N/A Error messages shown: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens Description...
View ArticleSplit jQuery files
Good afternoon, Sometimes the files containing the Datatable Editor jQuery can get very long. I would like to be able to split them into files that could contain properties like "language" and call...
View ArticleCan i edit datatable and export that edited field in excel, but with no...
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View Articleresizing column effect the ordering in data table
in dataTable column header when we resize the column at that if that column has "Ordering" option at that time that column resize as well as sort data table as i dont click on sort option
View ArticleI am stuck and don't know how to solve it.
Link to test case: http://live.datatables.net/pevowuca/1/edit Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi, I am trying to do the following and categorized...
View ArticleHow to force SSL mode when connecting to MySQL through PHP
My MySQL server is hosted in Azure and requires SSL. As the database also has an IP filter on it, I need to access the database from the webserver (so I need server side processing). My connection code...
View ArticleDataTables not paginating - using ajax
I'm using DataTables to display data returned from an ajax call. DataTables returns the data, but without dividing it into pages and at the bottom, it says, "Showing 0 to 0 of 0 entries (filtered from...
View ArticleError after upgrading from Editor 1.9.2 to 1.9.6
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: I get the following error, please advise System.MissingMethodException HResult=0x80131513...
View ArticleProblem with Link "send mail" in Google Apps Script - not working well in...
I'm not a programmer but I learned to use DataTable within Google Apps Script by reading a spreadsheet and everything is fine -...
View ArticleColumns Not Aligning When using Scrolling Extensions
https://jsfiddle.net/cu1hr3jp/ I'm in desperate need of fresh eyes, I've spent about 10 hours trying to find the issue and cannot. In the above fiddle the columns do not align and it appears to be due...
View ArticleLatest Google chrome (91.0.4472.77) breaks fixed columns with complex headings
Link to test case: https://plantpeanuts.co.uk Description of problem: Look at the lower table on that page. Works fine on Firefox & Edge and was fine on Chrome till the latest update. But now...
View ArticleChange dynamic column width on column resizing
Hi, I am using datatable 1.10.24 version along with datatabe extensions ColReorder 1.5.3, RowGroup 1.1.2, Select 1.3.3 $('#example').DataTable( { "columnDefs": columnDefs, "serverSide": true,...
View Articleselect row with fix column not working can not read property repalce of...
Hi All, I am new to data table community, I am using fix column with select rows with server side implementation, whenever i select any scrollable column i am able to get row id which i used for page...
View Article