Questions tagged [jquery-datatables]
DataTables is a plug-in for the jQuery JavaScript library to add advanced interaction controls to any HTML table.
13
questions
0
votes
0answers
35 views
Server-side processing data table best and secure code using ajax
I am using PHP and Server-side processing data tables. I have more than 30k records on my table and I have to display the records on my page when reload so I used the below code.
Is this code is the ...
2
votes
0answers
469 views
jQuery datatables data rendering from mongodb
I am using jQuery data Tables server processing to show some data to user. The documentation instructs that the response that the server sends must have this data:
...
0
votes
0answers
109 views
Optimizing Datatables table of tens of thousands of client-provided rows
We have this employees table, that looks like this:
that contains 16,530 employee rows. As expected, this table takes more than 30 seconds to load. I have been tasked with speeding it up somehow.
...
2
votes
1answer
1k views
Editable table admin panel using Vuejs & Datatables
I'm trying to learn Vuejs and started this project:
https://github.com/GhitaB/datatables-admin
(Live demo: https://ghitab.github.io/datatables-admin/).
Copied the current version (the question will ...
2
votes
0answers
241 views
Handler for jQuery DataTable search with filters and pagination
This AjaxCompound is invoked every time when the user types a key for search or click to sort. It contains 1million data 10 distinct rows by compound name. It takes 1.1 minutes and return only 1-5 KB ...
0
votes
1answer
68 views
Display Partner information JavaScript file using jQuery
In my application display partner detail on front side using jQuery datatable.
I have written JavaScript code with common declaring variable for accessing id and classes for selector.
...
1
vote
1answer
1k views
Conditionally applying and removing css based on a table row clicked
I've a added a click event to each row on a table element. Which I then use the $this context from the event to add some css styling to that clicked row.
The behavior is as follows:
...
4
votes
1answer
1k views
Displaying a table using DataTables and AngularJS
I am using DataTables to format and display a table. I started the project using AngularJS with a PHP backend but I needed to inject some Vanilla JS and JQuery code in order to use DataTables.
Is ...
0
votes
1answer
540 views
Displaying job status in a jQuery Datatable
I was wondering if there was a better way to write this:
...
0
votes
1answer
2k views
Display tabular data with jQuery Datatables plugin
I have this list of results which I display with the jQuery Datatables plugin.
This is the Result class and list of results being returned in the JSON format:
<...
2
votes
0answers
223 views
1
vote
1answer
221 views
Making a datatable, maybe also with column filters
In case the table has class 'trans' - run dataTable() and columnFilter(); otherwise just ...
1
vote
2answers
2k views
DataTables search filter handler
I am writing a JavaScript feature where by I need to make a call to a third-party library (pre-1.10 DataTables) depending upon whether or not the user provides an integer as an input to the function ...