Search
-
Problem with newline characters CRLF in Editor
by Uni-Bamberg ·Hey, -
Is it possible to get the "active" pagination length when the stateSave is true?
by Pepayu ·Hi @kthorngren i did create this: -
Pagination don't work when i remove and add rows
by kthorngren ·For example, when i add a row, the datatable is built completely new. -
Error using Options.Add() function
-
Error using Options.Add() function
-
How to change ajax authorization header on preupload
by kthorngren ·Yes, I tried it and it looks like the Editor reads the variable during initialization and sets the ajax option. The variable is not read again after initialization. Use the ajax() API to set the ne… -
Search Builder special character savestate issue
by sanalrenk ·hello, -
VTooltip Not Rendering Inside Component
by mohaDev ·I'm experiencing an issue where VTooltip does not render correctly when used inside a custom component (ButtonEyeSvg.vue) as an action within DataTable. However, if I use VTooltip directly inside the… -
VTooltip Not Rendering Inside Component
by mohaDev ·I'm experiencing an issue where VTooltip does not render correctly when used inside a custom component (ButtonEyeSvg.vue) as an action within DataTable. However, if I use VTooltip directly inside the… -
Third Column doesn´t write when added a row to datatable
by rafa_jesus_netsigma ·I'm updating the table with this script, but in the third column it doesn't write anything. -
Nested Object Data on Grouped Row
by EastCoast2024 ·Hello, -
Sort by year-number
by pippuccio76 ·Hi , i try to use natural sort : -
Column width, jupyter lab
by Besstrashnyy ·Hey guys, -
Multiple child row
by Rambaldi ·Hi, I want to add two child rows with two different tables. I haven't found anything that can do this. -
SSL connection to PostgreSQL via certificate
by allan ·Hi, -
Deprecated function
by allan ·Gosh yes, that's an old one (Jan 2018). The current version of the libraries don't have the issue you are seeing there - they specifically have a null check to address that. -
Deprecated function
by dg_datatables ·The editor is 1.7.2 and this is the message: -
Pagination don't work when i remove and add rows
by rafa_jesus_netsigma ·var addRow = function (data) { if (!datatable) return; var button = document.createElement('button'); button.type = 'button'; button.className = 'btn btn-sm btn-danger'; button.i… -
Webforms ASP.NET Ajax JSON Not Valid
by kthorngren ·Use the browser's network inspector tool to monitor the XHR requests and responses. This will allow you to validate that the responses meet the Editor client/server data requirements. If the respon… -
Webforms ASP.NET Ajax JSON Not Valid
by rettore84 ·Thanks again. I can get the data displayed with the following(again piecing from other posts from this forum):