I need help for sum column
I have "columns": [ { "data": "date"}, { "data": null, "defaultContent": ''}, { "data": "all_sum"}, { "data": null, "defaultContent": ''}, { "data": null, "defaultContent": ''}, { "data": "acc_sum" },...
View ArticleServer-side processing and SQL command timeout with .NET library
I'm using server-side processing and ajax request are handled with DataTables .NET library like: var connection = ... // System.Data.Common.DbConnection var db = new Database("azure", connection); var...
View ArticleUsing the several jQuery library versions in one project with DataTables Editor.
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Uncaught TypeError: $.fn.dataTable.Editor is not a constructor Description of problem: I'm trying to figure out the...
View ArticleHow to format editor field number into comma separated on change or dependent...
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleCheckbox one-to-many
Hello, I am trying to group several mysql fields into a single group of checkboxes instead of several checkboxes. My code is the following: $(document).ready(function() { var editor = new...
View ArticleSorting With Special Character and Alpha Numeric Value Not working.
Link to test case: https://jsfiddle.net/vak6gzmd/3/ Not Available Debugger code (debug.datatables.net): Error messages shown: Description of problem I have attached the screenshot of the grid. My grid...
View ArticleVisibility set takes more time when applying through iterating on columns
We have around 85/90 columns in column visibility. We Apply stored column visibility(either true or false) on change event. Apllied visibility by iterating on around 85/90 columns....
View ArticleStyling problem while using Datatable and MDBootstrap together
I have used MDBootstrap in my project. When I use Datatable, I have problem with its styling and css. This problem is more prominent in top toolbar. How can I fix this problem?
View ArticleAlign fixedHeader with table?
I was finally able to get the fixedHeader code working for my app which uses tabs--each one having it's own table. I've only tested with (2) tabs out of the batch, but if it works correctly with (2)...
View ArticlefooterCallback calculatte average...
, "footerCallback": function (row, data, start, end, display) { var tdailyPI; var api = this.api(), data; //function to convert string values to numeric var intVal = function (i) { return typeof i ===...
View ArticleAdding/removing a single child row without destroying the others
My web application builds a table using API data and populates child rows based on the results of another API call. The user will be able to edit the contents of both the parent and child rows and save...
View ArticleDefault sorting
I understand that you can alter the Default ordering by adding: $('#example').DataTable({ order:[[3, 'desc'], [0, 'asc']] }); But is there a way to alter to original order so that if a user selects a...
View ArticleIn Server-Side processing unable to search and paginate for data from diff db...
Hello @allan We are using Server-Side processing for our table. The data in the table is being called from 3 different mysql tables. 1. We are in a position where we cannot search the user request...
View Articlewhat is the best css framework for jquery datatable ?
what is the best css framework for jQuery datatable ? At present Bootstrap, Foundation, Tailwind, Materialize, Bulma etc. lots of css framework are using for web development, so my question is that...
View ArticleDataTable pagination not working properly.
Here's my DataTable. It works perfeclty at first page. But at the other pages of the loaded table are not loading properly. When I change the page or make a search, the contents of the relevant pages...
View ArticleDatatables create correct nested array in php
i am trying to populate a datatable with a nested array like this: var table = jQuery("#gruppeneinteilung_datatable").DataTable( { ajax: { dataSrc: 'turnier_details', type: 'POST', url:...
View ArticleHow to hide search label when screen resize smaller?
How can I change the way of label present on small screen? * related - Search: -> "" (completely hide search on small screen) - Show XX Entries -> XX (show only select dropdown on small screen) -...
View ArticleGet Ajax URL of sorting
Can we somehow get the ajax URL of sorting with all the GET params? I have custom button on which I want to do some custom ajax call but want all the GET Params of SORT I am using server side
View ArticleRead Datatable Values OnPost (Razor Pages)
i Add rows to the datatable using javascript from the frontend, once i click submit how to read the datatable rows in the post function ?
View Article[Accessibility][Pagination] Using actual buttons instead of links
Hello, for accessibility purposes I realized that what looks like buttons in the pagination panel is currently built with links (<a> tags) instead of using actual buttons (<button> tag). I...
View Article