Search
-
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): -
Webforms ASP.NET Ajax JSON Not Valid
by kthorngren ·The Editor's ajax option does not have a dataSrc option. It expects the data to be returned in the format discussed in the Client / server docs. I believe the only option to do something similar is… -
Webforms ASP.NET Ajax JSON Not Valid
by rettore84 ·Thanks Kevin! That almost did the trick. I can now have the data displayed with this: -
almost works
by vbierschwale ·I found this example