Search
-
How to avoid using DT_RowId
by allan ·Our Editor PHP libraries will always call the primary key DT_RowId - that is not configurable I'm afraid. Making it configurable has never come up before has never come up before as far as I can reca… -
Row striping customization - Request: add --dt-row-stripe-alpha var instead of 0.023 hard code
by allan ·So at the moment it can't be modified via a CSS variable, but it can with a SCSS variable at build time. This is the source code in question. -
the checkbox feature keeps losing when refreshing data source
by allan ·Thank you for the code. The issue boils down to this FAQ. -
How do I turn off the background fade for searchbuilder and searchpanes?
by allan ·At the moment it isn't possible without a little tweak in the source code. The searchPanes and searchBuilder do not extend the collection button, but rather call button().popover(). -
Initial Order Settings Not Working
by vomixol ·Here's a step-by-step approach to troubleshoot and fix the sorting issue: -
Adding custom controls to top bar layout using Vue
by Quelluomo00! ·I was able to solve it, here's the solution I came up with. -
dataTables is displaying "Loading" only, not displaying any data
by NaveX ·Hi All, -
the checkbox feature keeps losing when refreshing data source
by Jerry2016 ·Hi, I am trying to follow the below example to implement the checkbox feature, it was fine when initializing, however, when I click the search button and refresh the table. I added my JS code: -
Binding buttons and toolbars to preexisting HTML elements
by infamia ·After a bit more digging, it seems that alan has already thought of this, and you can indeed inject buttons to elements with closing tags like <div>. -
Error 12 , Uncaught Error: Class "DataTables\HtmLawed\HtmLawed" not found
by jasoncaditrack ·Issue with Release 2.3.2 of editor-php -
Error 12 , Uncaught Error: Class "DataTables\HtmLawed\HtmLawed" not found
by jasoncaditrack ·I recently released a project from development into a hosted server environment, and experienced a #12 error when Editor submits a POST request, to update an inline field. The response is 500 interna… -
DataTable values are getting the default values (initiallyloadedvalues) when we click on the dropdow
by kthorngren ·Could you please provide an example of how to persist dropdown values in the DataTable? -
DataTable values are getting the default values (initiallyloadedvalues) when we click on the dropdow
by kthorngren ·Sorry but your test case is still complex to follow the code to update with a working example. I updated your test case with a simple example: -
Jump to newly AJAX created record
by FedericoV ·Hi kevin and rf1234, thanks a lot for your time and feeback. -
DataTable values are getting the default values (initiallyloadedvalues) when we click on the dropdow
by kthorngren ·There are a couple issues: -
Possible reasons for TypeError: Cannot read properties of undefined (reading 'nTable')
by aziegler3 ·I am using datatables 2.0.8 and editor 2.3.2. It is an upgrade from a dataTables environment that has been working well for years. -
Issue with Sorting French Dates in DataTables
by allan ·There should be no need for the "ultimate" date time sorting plugin any more. DataTables has all of those abilities built in (although you still do need Moment or Luxon). -
PDF Export with SVG Image
by allan ·I'm not too suprised. The pdfmake library that we use for PDF export needs a base64 string for the images. You'd need to use the customize callback for the button and manipulate the document, getting… -
dataTables and Bootstrap Table header columns collapsing to the left
by NaveX ·Hi Kevin, I changed my code to the following below and it's still the same with the header columns all squashed together on the left. If I click on the squashed header the it opens up to full width. … -
dataTables and Bootstrap Table header columns collapsing to the left
by NaveX ·Hi All,