Search
-
Can I set background colors to specific rows?
by lcamaj ·Hello, I am using the latest version of DataTables (with bootstrap 5), and I was wondering whether I could set the background color of a specific row based on a function? I could do this with older v… -
Horizontal scroll bar and information area hide when screen height is reduced
by allan ·In the 1.x version you have a little piece of code in c9review.min.js which is dynamically setting the height of the scrolling container: -
Loading and Saving Sates to / from a Mariadb SQL database
by PaulVickery ·//filename: table.state_info.js addEventListener("DOMContentLoaded", function () { var editor = new DataTable.Editor({ ajax: '../php/table.state_info.php', … -
Loading and Saving Sates to / from a Mariadb SQL database
by PaulVickery ·Here is an example of saving / loading state data to / from a SQL MariaDb database based on https://datatables.net/extensions/staterestore/examples/initialisation/ajax.html -
colreorder looses javascript hidden on documentReady
by kthorngren ·You could use CSS instead like this: -
ColumnControl - Clear Search button not enabling on search
by allan ·Interesting. On this page if I pop the console open and run: -
Need help, developed myself into a corner with no time . Allowed memory error on PHP
by allan ·Easiest option would be to get the id for all the rows in the current data set (search: 'applied') and send that to the server to be used as the "WHERE" list (or empty if there is no select… -
Need help, developed myself into a corner with no time . Allowed memory error on PHP
by kthorngren ·However, I need to add more fields on the Residents page and I am running into Fatal error: Allowed memory size of 134217728 bytes exhausted -
Need help, developed myself into a corner with no time . Allowed memory error on PHP
by crcucb ·I've developed an application for my friend who is running for judge to manage voters, engagement, etc... election is less than a month and the app is being heavily used. However, I need to add mor… -
Multiple build warnings when installing build dependencies
by ChadChaddington ·Nice! Thanks, it looks great -
Survey - thank you
by allan ·Hi Anthony, -
Multiple build warnings when installing build dependencies
by ChadChaddington ·Hello! I'm trying to build DataTablesSrc in order to test a new feature I'm trying to add to the ColumnControl extension. However, upon building as per the repo's instructions, when using npm install… -
Possible Line Ending Issues when building DataTablesSrc and extensions
by ChadChaddington ·Hello! I was going to ask for help regarding building the project, but ended up figuring things out myself and stumbling on an issue I wanted to "expose" so people trying to add content to … -
Bootstrap 5 and Fixed Columns
by ordco_pete ·Link to test case: https://live.datatables.net/qejasoli/1/ -
dt-head also gets Euro sign
by Atongraaff ·I use css to get a currency sign in my table, but now it also shows in the header, no matter when I try I am not able to only get the currency sign in the body columns. -
Incorrect number renderer precision with scientific notation
by allan ·Hi, -
Placeholder in input search control
by allan ·Hi Lolo, -
Error download the package
by pauloboc ·If you download the package using this link, the Select plugin is not downloaded or bundled with it. -
Big questions about DataTables 2 and a lot of extensions
by kthorngren ·As Allan mentioned use the solution shown in the orthogonal example. Set the orthogonal option to use search or one of the other supported HTML5 data attributes. For example: -
Big questions about DataTables 2 and a lot of extensions
by slolo ·Hi @allan,