ColumnControl - How to add custom menu item?
Link to test case: https://live.datatables.net/lonapuci/1/edit Description of the problem: From what I understand, the only options we can add are listed here: https://datatables.net/reference/content/...
View Articleupgrading to the latest version
Just upgrading to the latest version and I've some issues - I always see the message "Loading Search Panes..." - The menuLength does not show - I always see this if the total rows are more than 10...
View ArticleAdding an item to the ColumnControl?
Link to test case: https://coffee-chickie-94.tiiny.site/ Description of problem: I was looking at the adding custom control page in the documentation : but I couldn't add a button to the columncontrol...
View ArticleHow to ajax reload / redraw a single row
I have a datatable called Addresses. I use addresseditor to control any edits. addresseditor contains a datafield of datatable type called comments. If I update or delete a comment, I want to redraw...
View ArticleEditor window keeps growing horizontally when opened
I've noticed this a few times intermittently but this is happening consistently now for this example data set. If you go to here, https://jyorkejudge.org/ Select the row showing and click on Edit...
View ArticleAdding a filter by year option
Hello. I'm using the Datatables plugin with the editor on a client project, and they have asked if there is a quick way to add a filter by year option. I'm using the search builder currently which can...
View Articleajax.reload does not show message loadingRecords
I tried to clear the data in the table first: table.clear().draw(); the data is cleared and the message appears emptyTable. table.ajax.reload() the inscription does not change to loadingRecords after...
View ArticleFrench ColumnControl translations missing from npm plugin
Link to test case: https://www.npmjs.com/package/datatables.net-plugins?activeTab=versions Description of problem: Hello, The datatables.net-plugins package on npm is missing the translations for...
View ArticleCollection create a "not standard" BS5 structure
Hi I notice i can't use defalt BS5 classes like "dropdown-menu-right" or "dropstart" cause collection in datatables doesn't create a standard BS5 layout (UL + LI). This is my example:...
View Articletable.row(id).data(); return undefined
In each of my rows, I have an ID like this: <tr id="row-1">...</tr> When I try to search for this data with: table.row('row-'+id).data() //id = 1 I get the result in the console: undefined...
View Articleخانکی
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleInsert a DIV in layout
There should be something very simple not working, but I cannot see. I am not able to insert a custom DIV in layout, just before the search box Do you see something wrong I cannot? Also, the...
View ArticleNested editing for additional fields on Mjoin link table
Hi! I'm facing some difficulty with Editor. A piece of my CRUD app have a N:M relationship between two tables: products [prodotti] and accessories [accessori]. The link table is products_accessories...
View ArticleExperimenting with Chat GPT-Powered Helpers for Building DataTables Configs
Hi again everyone, After my earlier post where I shared some thoughts on using Chat GPT to help build DataTables configs, I wanted to follow up with something I’ve been working on recently. As a kind...
View ArticleColumnControl: Setting specific values for a searchList dropdown
I'm using ColumnControl and have a column that has simple "Yes" and "No" options in a searchList. I have a requirement where we are using a button as a preset so that when clicked it should "force" the...
View ArticleColumnControl search regex
When using the ColumnControl search content is it possible to enable regex? I'm using the search similarly to how it's shown in this example and would like to enable regex for the individual search...
View ArticleHow to auto scroll table on Autofill + drag down?
Hello, When dragging the AutoFill handle to the edge of my DataTable container, it doesn't automatically scroll down. This behavior can be observed on the official example:...
View ArticleColumnControl searchList not updating when table data changes
I have a table that uses the ColumnControl searchList. When data is added, updated or removed from the table the search list contents aren't updating. In this example if you add a new entry with unique...
View ArticleUpgraded to the latest v2.3.2 but shows "Loading..." with deferLoading & an...
Debugger code (debug.datatables.net): Sorry, I tried but it didn't work (the following error was in the console); Uncaught TypeError: Cannot read properties of undefined (reading 'inArray') str @...
View Articleinvalid json response after sitting 7 min
I noticed that after sitting for approximately 7 min, when I go to work in the page with datatable (the source are editor files in php which is against ms sql) I get an json response. I started to look...
View Article