Leave the editor window open after creating a row and do not reset the form
Hello, I would like to have the possibility to insert several entries with similar content one after the other. For this I wanted to replace the "Create" button with two buttons: "Create" and "Create...
View ArticleLayout 'info' callback
I have a parent-child table. I started using Scroller and noticed that the info displayed at the bottom of the child table is really the count from the parent table! So, I created an info callback...
View ArticleRow selection and deselection problem
Hey all, I am having a problem. When my user selects a datatables row, it populates variables (in external quill instances and such). If the user selects another row it will overwrite the variables. I...
View ArticleCan I set to duplicate entire record when in Duplicate as I only have...
{ extend: 'selected', text: 'Duplicate', action: function (e, dt, node, config) { // Start in edit mode, and then change to create editor .edit(table.rows({ selected: true }).indexes(), { title:...
View ArticleDatatable 2.0.7 button in layout giving error
new DataTable('#SpfxDatatable', { pageLength: 10, language: { "search": "Filter: " }, retrieve: true, responsive: true, scrollCollapse: true, scrollY: '50vh', buttons: [{ text: 'Show all groups',...
View ArticleExport Buttons don't work in Blazor (Server App).
Hi, I'm using Datatable using a Blazor Server App, everything works fine except 2 points: 1- Destroy function doesn't work; as I need to bind again the datatable to another datasource with difference...
View Articlememory size error from time to time
Hello, I have a datatable editor php script used for server side processing. Sometimes, especially the first time requested by the front end, it reports "Fatal error: Allowed memory size of 134217728...
View ArticleChanging the last page number on batch loading
Hey all, My current code loads a batch of the first 300 rows and shows pagenation like below: Next batch will be loaded if users click the last page ("30") and then it will be shown like below: Is it...
View ArticleAdding a Print button gives an error
I've tried to add a Print button using the guide... https://datatables.net/extensions/buttons/examples/print/simple.html I've added the dependencies, but when I click the "Print" button the console...
View ArticleHow to deal with tailwind css?
Link to test case: https://live.datatables.net/fizuwupi/12/edit Debugger code (debug.datatables.net): irixub Description of problem: I am using tailwind css, I do not know why the column Name overlap...
View ArticleExport PDF problems with columnspan cell
Hi, i have my table that with the header divided in two column span cell: TITLE1 and TITLE2 When i try to export in pdf, what i see is the header and all <td> but no the column span cell......
View Articleorder + reorder not working
Greetings, I have a simple table with the RowReorder extension. const tableObj = $('#seats'); const table = tableObj.dataTable({ paging: false, searching: false, info: false, rowReorder: { selector:...
View ArticleChange name to column
Is it possible to change the name of column in the PDF export output? Have a look on this example https://datatables.net/extensions/buttons/examples/html5/outputFormat-function.html Is it possible?
View ArticleHow to hide Table Information Summary when page is small?
This is the dom for my data table currently. "<'row'<'col-12 col-sm-6 col-md-4 col-lg-3'l><'col-md-4 col-lg-6 d-none d-md-block'><'col-12 col-sm-6 col-md-4 col-lg-3'f>>" +...
View Article[.net] File Upload custom action
In this topic https://datatables.net/forums/discussion/comment/196440/ I read this comment: Hi Vincent, Good to hear the patch worked - thanks for letting me know. That particular method isn't possible...
View ArticleMisaligned header when using scrollX and margin:auto
Hi there, I have recently added a "Streamlit" component to ITables, that let Python users render their DataFrames as interactive datatables in that context - see the demo here:...
View Articledata-order attr in Server side Processing
Without using serverside we can use data-order attribute for custom sort. I want to use it in serverside too, as I have a column where it contains mixed data sets like int, float, string. The sorting...
View ArticleDataTable refresh not being actioned
Error messages shown: Normal Screen (Firefox) - Wallboard Screen - Description of problem: Hi, since Tuesday morning (04JUN24) the DataTable element of our wallboards are not refreshing. These run from...
View ArticleServerside: OR Search not working
Hello, i have a datatable setup serverside, all working great except i can not get OR search working, for instance: "Word Anotherword" It will not look for "Word" OR "Anotherword" but for "Word...
View ArticleDataTables Editor v1.6.5 error Cannot read properties of undefined (reading...
Hi Alan and Kevin, Last year around this time we worked on a application that allowed our sales team to do their yearly budget. They application was well received and it is that time of year again,...
View Article