How to add in updated by field with user login id in inline Editor?
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleHiding the columns in the table but want to export the hidden columns data in...
I'm working on a Laravel project where I'm using DataTables. I want to hide certain columns in the table, but when exporting the data to Excel or other file formats, the hidden columns' data should...
View Articlehover background color with checkboxes
Hi, I want to change the background color of the selected table row with my custom color , this is the style css that i've applied without obtain any result: **table.dataTable.hover > tbody >...
View ArticleColumn loses sType after ColReorder
Link to test case: https://live.datatables.net/rocehobo/2/edit Description of problem: When using colReorder the sType of the column gets lost so when using a column with html tags the sort doesn't...
View ArticleUsing Editor on a WordPress table in admin
Hi folks Looking for a way to have a client directly edit a particular table in the WP admin section, and thinking of licensing Editor for this purpose. Doing our discovery and following this example I...
View ArticleInline Editing - Style / CSS to not push row
I am not great at CSS, so perhaps someone might know how to do this. When editing inline, let say a select / dropdown field. When you click at the editor loads inline, the entire row of grid data is...
View ArticleAutocomplete field with join
Hello, I am aiming to replace Select and Select2 fields by the autocomplete field. I amended the field type in the Javascript side from: fields: [ { "label": "Type d'article:", "name":...
View ArticleProblem with colvis collectionLayout: 'fixed columns' producing error
Upgraded from DataTables 2.1.8 to 2.2.1 and everything is working great except for when I use colvis with collectionLayout 'fixed columns', it produces a JavaScript error and the columns list appears...
View Articledatatables.net-buttons-bs5 - Default.Buttons is undefined
Hi all, I may just be crazy, but I'm having difficulty setting up datatables using node and bootstrap 5. Following the download on the website it says it should be as simple as pulling down the...
View ArticleProgrammatically clearing the current search?
I have a web page with a simple Data Tables grid. This includes a standard search box. As the user types their search term, the grid gets updated accordingly. This is exactly what I would expect, and...
View ArticleURL Alias For Editor Tables
Is their an easy way to create an alias for an editor table URL that still allows the ajax to work. I tried doing it through .htaccess but the ajax stops working. The alias part works but the ajax...
View ArticleHow to update a text field in inline editing?
I have a text field in a dataTable. When I try to update the text field using inline editing. I can't make any update in that text field because the return key just causing line return. But there is no...
View Articlebootstrap styling with tabler
https://kpa.survos.com/songs/browse I've replaced bootstrap with tabler.io, which I believe is a super-set of bootstrap, or rather, a theme built on top of bootstrap. In searchpanes, though, I've lost...
View ArticleAutocomplete / tags and AJAX
Just a quick question / request -- any chance that the new (and wonderful) autocomplete and tags fields will eventually have the same AJAX capabilities as a regular AJAX request? For example, the US...
View ArticleSearchBuilder + moment/luxon: not sending date value to server
Link to test case: https://codesandbox.io/p/live/bb471f34-844d-4ae4-b2c8-233e0fa4ab1f Description of problem: Hello! This is my first post here, I'm using Datatables since many years.. I describe...
View ArticleTable of whole input filed can't use input search
I have a table,when user login, each column has a input, if not, columns are read-only. When I search input value use example i found(individual column search input), it can't find a thing. I guess...
View ArticleIf ordering is true what is the default order if no "order" option is specified
Hello, Before setting up my DataTable, I order the data in the default order I want. With 'ordering: false' this data is displayed in that order however when this is set to true that order is ignored...
View ArticleOffline Document Request
How to use the documentation, references to download, I have searched for a long time, still can not find, whether there is a PDF document or API retrieval (all the examples); At present let me have a...
View ArticleNeed to have inline date picker to show only Year and Month selection , not days
Using DataTables Editor v2.3.2 I need the date picker to popup only to show the year and month. Here is the field I need to do this on. fields: [ { label: "Incentive Unit Date", name: "EIPDTE", type:...
View ArticleUse If Statement to change default length of table
Hello! I have an odd question that I'm hoping I can get some help with. My default table length is 10 rows, which is fine for most cases. However, it seems a little silly to show 10 rows if there only...
View Article