Editor - Duplicate action
Hello, I tried to use the Duplicate button but I currently have a problem with it. On clicking on Duplicate it shows the error "An SQL error occurred: SQLSTATE[23000]: Integrity constraint violation:...
View ArticleHow could I POST the data by clicking on a button?
Hi guys! I have created a function, when clicking on a button, that should send the data from the line where this button is located to a php file. Unfortunately, I couldn't do it. Can you give me any...
View ArticleSubmiting whole table to php
Hi all, I start using DataTables in my php project to show data from SQL table. The thing is that I need to send all the data from the whole table to my php script after pressing submit button, but it...
View ArticleAlert Original Error Msg In AJAX
I have config as below: $.fn.dataTable.ext.errMode = 'none'; $('#example') .on( 'error.dt', function ( e, settings, techNote, message ) { console.log(message); } ) .DataTable(); The ajax result is {...
View ArticleDataTables warning: table id="" - Ajax error.
****Error messages shown**: ** # DataTables warning: table id=sales_order_table - Ajax error. For more information about this error, please see http://datatables.net/tn/7 ****Description of problem**:...
View ArticleStyling issues
I think many of us uses DT in wordpress. However, when creating tables in wordpress backend dashboard, the WordPress default styles overrides DataTable's default styles, and tables design are...
View Article0x800a138f - JavaScript runtime error: Unable to get property 'style' of...
error js file //Unhandled exception at line 62, column 196 in //jquery.dataTables.min.js $('#btnSQLSubmit').click(function () { //var startdate = $("#startdatepicker").datepicker().val(); //var enddate...
View ArticleServer Side Pagination sql server and datatables
Hi, I have the datatables Successfully Implemented with my Coldfusion code. But there is a Problem, I am unable to use the sql server fetch offset with it, right now my query returns around 5000000...
View ArticleOrdering multiple columns not working, not doing anything
Hi all. I have six columns. I'd like to sort by the second, and secondary by the fifth. I can achieve this through user input by shift-clicking, but I'd like it preloaded so the user doesn't have to do...
View ArticleShow options too, when results are 0
Sorry there's no link to a testcase, but my question is simple. With searchPanes, when one of the options does not contain results (0) then it is not shown. I would like to show all options in a...
View ArticleJSON question
Hi, I have the following JSON Output: { "COLUMNS": ["ID", "RECIPIENT", "POLICY_ID", "PDF_ENABLED", "SMIME_ENABLED", "PGP_ENABLED", "DIGITAL_SIGN"], "DATA": [ [1639, "user1@domain.tld", 33, 2, 2, 2, 2],...
View ArticleButtons problem, not working with two tables (Uncaught InternalError: too...
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Uncaught InternalError: too much recursion d https://cdn.datatables.net/buttons/1.6.5/js/dataTables.buttons.min.js:42...
View ArticleWhy responsive doesn't working, when all columns are shown?
I want to create responsive table by this guide: https://datatables.net/extensions/responsive/examples/display-types/bootstrap5-modal.html When all columns are shown, responsive doesn't work: When I...
View ArticleHow do you change the Sort (rowReorder) colum from the first column to the last?
This seems simple enough. By default the Order/rowOrder field is attached to the first column, column0, I believe. I tried moving it to the last field and it fails. What happens is that the new last...
View Articlei need execute function after draw table
Hi! Thanks in advance for the help! I am needing to execute my own function once the table is finished drawing I add a section of code that was used to load the data from the table (this method because...
View ArticleGetting undefined (reading 'attach') with multiple tables
In my application I am trying to use multiple tables with multiple editors with in-line editing. When I go to click the edit button I get the console error "Cannot read properties of undefined (reading...
View Articleinvoke nested Editor in code?
I'm liking the nested Editor function and the example makes sense to me... Is there a way to properly invoke the nested Editor (for creating a new record) in code? I can invoke the embedded Editor...
View ArticleCreate modal form with search window
Using the following PHP / MySQL code, I can create a modal form with a properly formatted PHP table. What I'd like to do is have the search window appear, as it does in the main forms. Being able to...
View ArticleIs Theme creator broken ?
Link to test case: https://www.datatables.net/manual/styling/theme-creator Description of problem: Create stylesheet : Could not find an option named "scss". Hello, I try to use Theme Creator and when...
View ArticleDataTable is not working after storing data into database
Hi guys I'm using DataTable in my Livewire project... When I tried to store or delete data the DataTable is not working and you need to reload your page again for the DataTable to be working again.....
View Article