Search
-
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 -
Table data duplicating
by kryten ·Thanks for the reply -
Table data duplicating
by kthorngren ·At a minimum please post your Datatables config so we can see if you are using ajax or loading the data in a different way. Also post your prefilter function so we can see what you are doing and how… -
Webforms ASP.NET Ajax JSON Not Valid
by rettore84 ·Hello, -
Searching on table with some data-search unreliable
by dgon ·Link to test case: [1] https://live.datatables.net/fedepigo/1/edit [2] https://live.datatables.net/yuwaramu/1/edit -
Columns filtering and custom DOM
by kthorngren ·Thinking about it you need to create the toolbar element after the Datatables initialization. The dom option will insert the div with the class toolbar into the document. Then $("div.toolbar&q… -
Columns filtering and custom DOM
by NoBullMan ·Link to test case: -
I get an empty row for each object from a db, why?
by papanito ·Link to test case: N/A -
Minor issue/bug in dataTables 2.2.0/2.2.1?
by skallaje ·For some reason, the link isn't working above. -
Pagination don't work when i remove and add rows
by rafa_jesus_netsigma ·I have a table that i can remove and add rows, everything is working except when i´m in a page of the table and try remove or add any row, the table only recognizes the current page and the others di… -
How to Load Data from JSON in DataTables?
by marcellosalas ·Hey everyone,