Styling
I have taken over a project previously started by someone else and need to figure out which styling they used. I do not have access to that person to ask them. Is there a way to tell The project is...
View ArticleFilter without displaying in search box or do on tableserver based on get...
I have editor v 1.9.6. Is ther a way to filter the datatables data such that if we pass in the url for example: http://myDatatables.php?number=1234&accountName=place1 the "accountName" will filter...
View Articleqr scanner integration for search button ?
How to add qr scanner for search button ? I did see this (https://datatables.net/blog/2020-07-10) but I want to add for search button. Thank you.
View ArticleSorting a Column Loses Background Color Formatting
There is an current issue where you set a background color on a cell and then sorting a column, it loses the background color you've already defined it. There are another post that help me but I have...
View ArticleInline editing with a checkbox cell only shows the checkbox without labels
Using Editor 1.9.6 I have inline editing enable for this column that contains 4 checkbox values. When we select the row and hit the "Edit" button it shows it somewhat correctly (although it needs some...
View ArticleImport CSV Multirow Has The Same Value after SetValue on PreCreate
Description of problem: Programming language: PHP I'm using import csv via datatable and need process in some column before insert to table. The process is to get Description by Part No. But when using...
View ArticleDatatables IP-address sorting "full example"
I am very new to html/javascript and I am struggling to have this fixed, would you please help!! I am trying to use DataTables jQuery plugin for sorting an IP-address column. I found followed many...
View Articleprocessing text not appearing when using data: array, but does when making...
I have two ways to load datatables: 1- initially by making an ajax call when building the datatables. in the servlet I call I then store the json array in a session managed bean so I do not have to...
View ArticleInput type number validation not working
Hi, I have a dataTable with input field of type number. It should only allow values greater than 0 , however the validation isn't happening and the data gets submitted even with negative numbers. How...
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 ArticleDrag and drop column(Reorder column) call server each time
We have use serverside processing for datatable. While we reorder column it raise sever call.(Nightly Build version) Can we avoid this?
View ArticleOr_where clause won't auto refresh anymore because of the or_where clause
Hello i have an or_where clause below that stops datatables editor from refresh after an edit has been made. Below is the code in quesiton. If i comment out the $q->or_where it will auto refresh....
View ArticleServerSide pagination working but diplaying all the data in single page, I am...
dom: "Blfrtip", serverSide: true, processing: true, fixedColumns: true, scrollX: true, paging: false, scrollCollapse: true, fnInitComplete: function(oSettings, json) { loading(false);...
View Articlemodifying a row not getting updated to DB - row.invalidate()
I am trying to make a button that changes the value of a particular field ("status") for every selected row, and update to the database. I see the change happen on screen, but the change never gets...
View ArticleHow do you improve editor page load performance?
I have a number of forms varying in purpose and number of database fields from as little as 3 fields to over 100 fields, quite complex. The forms with minimal fields load quickly, mostly < 3 seconds...
View ArticleSearch Fuction not found
I am trying to use the search function on a custom text box in a mvc c# application however I am having an issue I am using datatable version Datatable version 1.9.4 I need to replace as I need to pass...
View Articletable.rows
How does one send the values of table.rows to a ajax post method and does the value of table.rows hold the pageintated data I want to pass the data to .net mvc controller for futher minpulation after...
View ArticleIs there a DTE way to create 2 matching IDs in 2 separate tables when you add...
I have a table which I refer to as a primary table because it is used in many different forms. It forms the basis on articles, blog posts, FAQ, testimonials other. Many, most of these share use of the...
View ArticleIs the sorting-option for comma and decimal in 1.9.x also possible
I've got a system running for years now with 1.9.4 Now i want to sort columns with i.e. 12,40 correctly like this: https://datatables.net/examples/basic_init/comma-decimal Is this possible in 1.9.x?
View Article