Search
-
Where can I change the background color for striped rows?
by rcmiller9 ·In a previous version of datatables, I was able to change the default striping color by changing the following line in the 'datatables.css' file: -
Uncaught TypeError: Cannot read properties of undefined (reading 'classes')
by kevincap ·Link to test case: (unable to provide because it sits behind a secure/authenticated area) -
tab inline editor
by yskapell ·Hello, -
How to create a search pane for data not displayed in the table?
by BlueHues ·As the title suggests, i would like to display a search pane for data that is not displayed in the table. -
validator blocks update
by MadMax76 ·Hi, -
Insert Data from Input Values With Pagination
by lwaters5 ·I am trying to create a page that has a dynamic datatable with several pages. The first column is a checkbox where people can select which resources they want to subscribe to. I have one Submit butto… -
Search builder plug in does not include all conditions
by swetha_pendy ·Hi, -
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…