Can I add an html5 data- attribute when initializing data using columns method?
Sorry if this question has already been answer, I swear I've spent time looking and can't find an answer to this specific question. I'm just wondering if there is a way to directly add an html5 data-...
View ArticleOrdering Sequence Plugin - Multiple Tables
https://www.sailwave.com/results/huw/Sailwave-DataTables-ExperimentV07.htm**: **Debugger code (debug.datatables.net): ecepog Error messages shown: None Description of problem: Hi DataTables, I am a new...
View ArticleSuddenly getting "SearchPane requires Select" error
Hi there, currently, I am updating a project from PHP7 > PHP8 and Symfony 5 > Symfony 7. The project uses DataTables and DataTables Editor and worked fine. But during this update process, after...
View ArticleHow can I get the sum of the first 5 rows?
I have an example of how to sum a column of data on a page as well as the grand total but I need to get the total of the top 5 records, then the first 10 records and then the first 20. Can you point me...
View ArticleWhy is my search not working for my first column?
Below is how my table is put together var mainDT; /** * Generates Main DataTables */ function getTable(){ //Initialize Main DataTable mainDT = $('#mainTable').DataTable( { display: 'enevlope', ajax: {...
View Articledatatables 2.18 issue with solution
I don't have a link to test case I have a styleguide page baked in to the admin section of my website so that other website developers have a starting point for style and how to use various libraries...
View ArticleRemove row on serverSide preserving table pagination state
Hi, im having an issue with the pagination when i remove a row. So im using the serverSide option to get the data from the backend. When i remove a row, i want to stay in the same position where i was,...
View ArticleDataTable Cards View Problem
https://www.sailwave.com/results/huw/Sailwave-DataTables-ExperimentV07.htm**: **Debugger code (debug.datatables.net): ugamot Error messages shown: Description of problem: Having fixed, with guidance,...
View ArticleChange icon of FirstPage, Previous Page,Next Page and Last Page by using css
I need to change icon of FirstPage, Previous Page, Next Page and Last Page by using css. How is it possible? I need help.
View ArticleFeature request: force page even when not currently available
I can't figure out how to post a discussion in a specific category, sorry. As a sidenote, I posted this request before, but it was somehow deleted. I don't understand why or how, I don't think it was...
View ArticleDataTables Download is broken
Hi, when I'm try to download files from download page the zip builder include only DataTables CSS and js. Best regards
View ArticleDownload API when using server side processing
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: I read that when using server side processing, supplied export buttons can only export the current...
View ArticleSearch by all the DB columns instead of by only the columns shown in the...
So I want to search for all the table fields instead of only the columns showed in the frontend. As you can see here in the backend i return all of the model fields (and adding 3 more): $properties =...
View ArticlepreDraw fires twice: intentional?
In tables with serverSide/ajax, the preDraw event fires twice, before and after the xhr event, except on init where it only fires after the xhr event. The same is true for the processing event. See...
View ArticleFixed Header is not aligning correctly vertically on scroll in small screens
Description of problem: Fixed Header is not aligning correctly vertically on scroll in small screens
View ArticleChange in display
About two weeks ago I upgraded (from datatables.net) to the latest version of DataTables and Bootstrap 5. Immediately, my display began to look as follow, with the blue color just around the "borders";...
View ArticleAutocomplete / tags and AJAX
Just a quick question / request -- any chance that the new (and wonderful) autocomplete and tags fields will eventually have the same AJAX capabilities as a regular AJAX request? For example, the US...
View ArticleUpdating grids' data when combo box value changes...
I am new at JavaScript programming. Today, someone told me about DataTables. I decided to try to use it in my test web page. My page has a combo box. Underneath the combo box, there are two tabs. Each...
View ArticleLive Server doesn't seem to be loading the
Link to test case: https://startbootstrap.com/previews/sb-admin Debugger code (debug.datatables.net): Error messages shown: Description of problem: I am running a local version of the template in the...
View ArticlesearchPanes and serverside render
I have a column is_colsed ** which has a value of either **0 or 1 in my table, I render the value to some icon which also render fine in the searchPanes. However, once I set my table to serverSide the...
View Article