link event after filtering datatables
Hi everyone I have datatabled my table with the filter input and a pagination in the DOM. On each row, I have a button with a particular #id that I can click to throw an ajax call (depending on this...
View ArticleBug in Editor on created query
Error messages shown: The identifier that starts with '...' is too long. Maximum length is 128. Description of problem: I have this code in php Field::inst('(((((CASE WHEN st.iva1incl=0 THEN...
View ArticleJQuery on Click function does not work when table is expanded from responsive
When the table is on full screen function below works fine, but if I expand column with grupa_usera_button on small size and click on button alert does not appear. $('.grupa_usera_button').on('click',...
View ArticleConcat two editor fields
Hi, I am trying to combine two editor fields . In other words concat two editor fields to show the combine value of two columns. for eaample: { label: "Products:", name: "product_id", type: "select", }...
View ArticleSearch with comma
Hello everybody, I know it is a problem already dealt with but I cannot find a solution. A column has comma separated values, but with select I created I can't filter the results. What am I doing...
View Articledefault sort direction for columns
Alphanumeric columns need to sort A-Z when their headers are clicked for the first time. Numeric columns in my project, when clicked for the first time (i.e. another column was the sort column before...
View ArticleOption to remove green plus button
Is there a way to remove the green plus button entirely? If so, how can that be done?
View ArticleBootstrap 5 - Buttons vs StateRestore - 200px button width
The following rule in buttons.bootstrap5.min.css is forcing the dropdown toggle button within the Saved States sub-menu to a width of 200px. div.dt-button-collection .dt-button { min-width: 200px; } I...
View ArticleAlign pagination and search section
Hi there, I would like to ask if it is possible to arrange the search section and pagination to be aligned with rows, like the image shows. Link to test case: Debugger code (debug.datatables.net):...
View Articleenum field based dropdowns?
Hello, in my 'old school' tables, I made a php function that turns an enum field into a dropdown, which triggers a MYSQL update when changed. Can editor do something like this?
View Articlemodifying a row not getting updated to DB - row.invalidate()
I am trying to make a button that changes the value of a particular field ("status") for every selected row, and update to the database. I see the change happen on screen, but the change never gets...
View ArticleWhy is my search returning only one result?
I've written the following, meant to take from my customers search field a string such as "CRG, SAV, DAB, FXE" and return all rows with the FAA airport ID's. $.fn.dataTable.ext.search.push(...
View Articleusing Angular 13 with datatables.net 1.11.5 - pagination styles do not look...
I am using Angular 13 and installed datatables.net@1.11.5 and the latest bootstrap I included these references into angular.json "styles": [ "src/styles.css",...
View Articlehow hide duplicate row in 1 column with "rowCallback": function
hi, i manage to detect duplicate value in 1 colomn , how to hide/remove until only one remain please help me my code as follow $(document).ready(function() { $('#example').DataTable({ dom: 'Blfrtip',...
View ArticleWhere are the initial query(ies) in the examples?
I've been looking for over a day and I can't lock down where the initial query is for inline editing. For example, I'm trying to borrow from the serverside example, but I can't find the query that...
View ArticleMjoin error with Postgres
Hello, maybe someone can help me. It looks for me like there is a failure in the table name escape if you use Mjoin. I have a table with 2 left join and one multiple join. The left join's are working...
View ArticleLeading zeros removed / missing from JSON
Hi, I've already checked previous threads regarding this matter, and I'm using Editor 2.0.5, I updated to 2.0.7 just to check but that didn't help. This is the received data from server:...
View ArticleTable Data Appears For Only A Second?
Link to test case: https://ahafhandwriting.org/connect/members/ Debugger code (debug.datatables.net): https://debug.datatables.net/awecur Error messages shown: None Description of problem: Table data...
View ArticleSearch Builder does not sent correct NOT queries to server side
I use Search Builder with Editor to query on server side which works basically perfect with the exception of "Does Not start With" and "Does Not Contain", "Does Not End With" conditions. The queries...
View ArticleSearch Builder - Auto Select Condition
Link to test case: http://live.datatables.net/haqewiku/1/edit Description of problem: When I go to select a 'Data' field, is there a way to have it automatically choose the condition? I want the...
View Article