Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
39 views

DataTable values are getting the default values (initially loaded values) when we click on the dropdown icon of DataTable in ASP.NET & C# using jQuery

I'm very new to this DataTable logic implementation concept and I have append the data to the DataTable and append successfully and in that DataTable controls I have written some event logic (ex: ...
ashok's user avatar
  • 359
0 votes
0 answers
15 views

FixedColumn Not Functioning in DataTables

I am a total noob when it comes to web design and would like to create a datatable with a fixed (frozen) left two columns. I am reading in my data successfully from a JSON file and the information is ...
skolves's user avatar
0 votes
1 answer
36 views

Datatables causes table element to disappear, only when deployed [closed]

I have a Django web app which I'm hosting on Heroku, and I'm using the Datatables JQuery library to add extra features to a table. When I run my app locally, it works beautifully. When I deploy on ...
ChuckSteak's user avatar
0 votes
1 answer
59 views

Datatables 2.0 - Set a table with custom layout using default controls

Before 2.0 I could display three of the default controllers -buttons, search, and page length using the dom option: $('#data-table').DataTable({ dom: "<'row'<'col'l><'col' B>&...
Julian B.'s user avatar
  • 161
0 votes
0 answers
33 views

Search Functionality in Laravel With PostgreSQL

I have been Working on search functionality in Laravel first of all this is my ajax request that I am sending to my controller with search input $.ajax({ url: '{{ route(&...
S.K Saxena's user avatar
1 vote
0 answers
31 views

Get all CELLS from a specific Datatable ROW

So I'm adding a row to my datatable using var newRow = myTable.row.add([ questionText, '', '', '', '', '' ]).draw(false); And I then want to get all the cells from that row ...
CoqPwner's user avatar
  • 965
0 votes
0 answers
29 views

This filter in datatables is not working for filtering more than one word

It works properly for one word categories, however if there are spaces in between it doesn't show results.I'm not quite sure how to fix it, can you please check my code and let me know what is not ...
jcdjcdjcd's user avatar
0 votes
0 answers
28 views

How can I fixColumn and adjust the content of fixedColumn columns?

Currently I am using a 3rd party datatable library. Here is my configuration when re-rendering the mesh to start loading the input data. _columns: is the list of columns I declared earlier Code: tbl....
Thới Lê Châu's user avatar
0 votes
0 answers
22 views

Toggle b/w two jquery datatables

I am new to jquery and want to implement jquery datatables for my project. $(document).ready(function () { function destroyDataTable(table) { if ($.fn.DataTable.isDataTable(table)...
Muhammad Ahmed's user avatar
0 votes
0 answers
31 views

Server Side DataTables warning: table id=DataTables_Table_0 - Ajax error

I'm getting an error when trying to setup a datatables with my project. DataTables warning: table id=DataTables_Table_0 - Invalid JSON response. For more information about this error, please see http:/...
Bintang Satya's user avatar
-1 votes
1 answer
61 views

Remove all rows of table using jQuery

I have a javascript function that insert new rows in Table using jquery. This is the code: $.each(data,function(i,item){ $('#tb-articoli').dataTable().fnAddData( [ ...
bircastri's user avatar
  • 2,113
2 votes
0 answers
63 views

DataTable table ordering fails when used in HTMX responsive table

I have played around with a few ways to create responsive tables and I like the htmx approach. The issue I run into is I loose some of the DataTables functions I have relied upon, mainly the ability ...
Bonny Clarke's user avatar
0 votes
1 answer
24 views

DataTable is initialized with a "No result to display" but the dt-length, dt-search, dt-info and dt-paging is showing and dt-paging NaN as data-dt-idx

jQuery: 3.7.1 DataTable: 2.0.6 $(#dtTable).DataTable({ paging: true, ordering: true, serverSide: true, searching: true, // ordering of the table default [column,direction] ...
heero's user avatar
  • 248
0 votes
1 answer
43 views

jquery removeClass not removing the class

In my createdRow function for my datatable, I am trying to remove a class from the last TD. Below is the code for the function. The add class was just a test to see if the function was being fired and ...
ProfoundHypnotic's user avatar
1 vote
1 answer
80 views

DataTable is not initialized when returned data is empty

We have a dynamic set up of DataTable v1.10.20 to initialize a datatable event if data is empty as it will be filled up with specific data when the select option is selected. Now we updated jQuery ...
heero's user avatar
  • 248

15 30 50 per page
1
2 3 4 5
834