Search
-
Editor throwing error - A system error has occurred
by Shivani Vyas ·Hello, -
Where can I change the background color for striped rows?
by allan ·This is our CSS that controls that. You can modify that and recompile as needed. -
database Oracel connected but read field in table
by allan ·By default Editor will read a primary key field called id. You can configure that using the optional third parameter of the instance constructor. e.g.: -
Bootstrap5 styling not working for Search Panes
by BlueHues ·Description of problem: -
database Oracel connected but read field in table
by reru.academic1 ·PHP 7.4 AND Database Oracle 12 //Editor 2.0.10 -
Click function not working after DataTable re-draw.
by quinhobooz ·Kevin, I worked around it! -
Click function not working after DataTable re-draw.
by kthorngren ·Looks like a Javascript scoping issue. You defined the variable datatable in the function initDatatable which means its not accessible outside the function like in the handleLinkUpdate function. -
Why won't my in-row dropdown buttons open?
by allan ·If you have a look at the console error log it says: -
Click function not working after DataTable re-draw.
by allan ·handleLinkUpdate adds a delegated event handler to the #kt_inbox_listin element (the table?). That needs to be done only once, otherwise you are just adding more and more event handlers. -
Click function not working after DataTable re-draw.
by quinhobooz ·I have a function that when I click on a link with a class called .linkTabela a modal opens. -
Searchbuilder orginal data diffrent type
by kthorngren ·Its hard to say why the data isn't showing without seeing a test case that has your data. Please post a link to your page or a test case replicating the issue so we can help debug. -
Render DataTable with different columns
by Benjoe64 ·Hi Thanks a lot. -
Deprecation Warning: HtmLawed Editor 2.0.10
by James12345 ·I am in the process of upgrading to PHP 8.1.12 and I am receiving deprecation warnings. I have updated to Editor 2.0.10 and applied the latest fix for Format.php dated 10th October which resolved ma… -
Render DataTable with different columns
by Benjoe64 ·I have a table and based on item selected from a dropdown, a column is shown or hidden. I am using a datable but when the hidden column is selected, the datatable doesn't show. I want to show if an e… -
add attribute on search input
by yskapell ·Hello, -
Cannot read properties of undefined (reading '_aData')
by kthorngren ·I don't see anything obvious in your code that would cause the problem. Please provide a link to your page or a test case replicating the issue so we can help debug. -
Checkbox selection ( showing on 2nd column)
by kthorngren ·Its showing in the first column along with the names, which is what you have configured: -
SearchPanes title not showing, custom title not working either
by kthorngren ·Your code snippet works here: -
Invalid JSON shows when I try to join tables and show it to a datatable
by aikiii ·This shows up when I try to join tables, but when I query one table it shows normally What could be the problem? Can anyone hep me? I've spent days finding and trying the solutions I've seen but it's… -
SearchPanes title not showing, custom title not working either
by latinunit ·The titles for my search panes are not automatically being displayed, I tried setting custom titles by following the example on this link https://datatables.net/extensions/searchpanes/examples/custom…