Executing IQueryable list server side with Entity Framework
This extension provides you to execute Datatable js request on Entity Framework IQueryable queries. With "ToDataResult(request)" extension function, data can get with server side pagination very...
View ArticleDataTable is not working with Flask and MongoDB with basic setting
Hi! I'm very new to web development and have looked up many discussions here or on stackoverflow, but still couldn't figure out why it isn't working with my setup. I'm using MongoDB with Flask. Goal is...
View ArticleIs there a way to build the table server side, leave pagination and so on the...
Basically so the table doesn't get made twice, making things slower. Though I haven't really got a clue if it's even possible, the only thing mentioned under initialization is the jquery on document...
View ArticleHow to reorder the rows in the table from last to first instead?
From what I've seen the ordering option does it alphabetically on the first column? Which gives me the image that it isn't meant for this sort of an operation? There's rowreorder, which just got me...
View ArticleBinding DataTables to a variable for multiple tables in same page.
I am able to create multiple tables from the same script on the same page using dynamically create unique IDs for each table loaded. I also need to bind these unique table ID to a variable for use in...
View Articlejquery.dataTables.min.js causes text overlapping on table status line
Link to test case: http://staging.web.emory.edu/eicf_csic_v3/about/investigators.html Debugger code (debug.datatables.net): Error messages shown: No error message Description of problem: I have a...
View ArticleRow Grouping assistance
Hello Gurus, I am looking for a little help and another set of eyes. My row grouping was fine in 2020 but when we went to 2021, adding a new value for group level 0, my group level 0 and level 1 is not...
View ArticleHow can i change the asix of datatables
Description of problem: I want to change the table axis from horizontal to vertical. I don't know what to do Tried to find it, ฺBut couldn't find any information. Thank you very much.
View ArticleEditor: Upper Case On Submit
Hello, I am searching for the proper syntax to use in order to turn edited fields into uppercase when you submit the edit. I have seen another question and Allan had mentioned using setFormatter...
View ArticleDataTables & rowGroup: Multi-level Collapse / Expand
Hi all. By the article https://datatables.net/extensions/rowgroup/examples/initialisation/multipleGroups.html created a grid with multi-level grouping. Now I'm trying to complement the opportunity...
View Articleproper way to pass variable to a js function in column
i note that whilst this works under columns, returning the value of myvar { data: null, render: function (data, type, row, meta){return data.myvar}} which is equivalent to { data: 'myvar' } this...
View ArticleMultiple Header Responsive Issue
I have a Datatable grid which has two headers like complex header, when iam using responsive:true for single header it is working fine. But if i use same responsive:true for complex header it is not...
View ArticleExclude column for row selection
Hello, I have below code to get value of row and then perform some AJAX on this, works perfectly fine, $(document).on('click', '#expensesTable tbody tr', function () { var rowdata =...
View ArticleDate Formatting
I have a column with Date in decimal like 20201231 . The function moment does not format it for DD/MM/YYYY. The same question is for time that is in decimal format like 090300. How to format it for...
View ArticleBasic responsive show/hide buttons not showing
I've been struggling to get the responsive buttons to show on my project. To take a step back I just used the example code from this page, but they are not showing:...
View ArticleBug in latest version of responsive extension
Link to test case: https://datatables.net/extensions/responsive/examples/initialisation/option.html Debugger code (debug.datatables.net): Error messages shown: Description of problem: As you can see in...
View ArticleHow to find selected row's ids in DataTable
Hi. I'm using DataTable plugin for my asp.net core 3.1 project. My DataTable has checkboxes and I want to know how I can find the checked rows IDs. Any help will be appreciate. Right now by...
View ArticleSearchBuilder Does Not Work On Server Side Instances
https://codepen.io/wilecoyte78/pen/rNegEoZ I am trying to do SearchBuilder on a server side instance and it is not working. When I use hard coded table with values it works fine. There are no errors in...
View ArticleLayout issue - Bootstrap4
Good afternoon all, today i implemented the datatables to my bootstrap site and it seems to work nicely, but the only thing is that the layout is not correct anymore. In our 'live' environment we have...
View ArticleMissing composer package datatables.net-bs4
Error messages shown: /var/www/seat # composer require datatables.net-bs4 [InvalidArgumentException] Could not find package datatables.net-bs4. Did you mean one of these?...
View Article