Skip to main content
0votes
0answers
27views

DataTable is always empty in ASP.NET MVC

I am working with jQuery datatables, but the datatable is always empty when the page loads. On inspecting the network tab, the request returns an empty response but when debugging the controller ...
Adam Lukman's user avatar
-1votes
1answer
25views

How to initialize Datatables JS correctly in an ASP.NET MVC 5 page?

I have an ASP.NET MVC 5 web project that I am trying to use with DataTables.js. Despite seemingly following all instructions correctly, the project is still producing errors in the browser console. ...
Inglonias's user avatar
1vote
1answer
43views

Truncation plugin only works on the first page of a Data Tables table

I am using DataTables to display, paginate and sort a set of data. new DataTable('#employees', { info: false, paging: true, filter: false, "aLengthMenu": [5, 10], initComplete: function() { ...
Razvan Zamfir's user avatar
-1votes
0answers
31views

Object reference no set to an instance or object? [duplicate]

I have 2 buttons on a form1, (Add Save), the procedure is almost similar. Add a new record and save an edited record. I have a textbox "Email" in both buttons, which is the problem. I can ...
Manny Somarriba's user avatar
0votes
0answers
25views

jspm and npm (separately) both fail to install [email protected]

Need your help in figuring out an installation. We are currently using [email protected] but need to upgrade it. I found that the 3.0.5 version seems to be the latest one without any breaking changes. ...
IFaceErrors's user avatar
0votes
1answer
58views

Datatables.js responsive not working when changing div width

I am playing with responsive behavior and I am getting the following problem. My application is divided in two vertical sections. On the left I have a navigation tree and on the right I have the ...
Dariva's user avatar
0votes
1answer
58views

Why doesn't my DataTable load dynamically when the page first loads (works only after refresh)?

I’m using DataTables with server side processing and an AJAX call to load the table's data based on a selected dimension. However, when the page first loads the table is not populated with data until ...
hawkihawk's user avatar
-3votes
0answers
67views

How can I search datatable with space after last name in jQuery?

I have following datatable: var dataTable = $('#dataTable').DataTable({ "processing": true, "serverSide": true, "order": [], "ajax": { ...
Mark's user avatar
0votes
2answers
43views

DataTables.net DOM overridden with Phoenix LiveView DOM render

Title How to Integrate Phoenix LiveView with DataTables.js Without DOM Conflicts? Versions Phoenix: 1.5.7 LiveView: 0.15.7 DataTables.js: 1.11.4 Problem I’m using Phoenix LiveView to render a ...
Thomas's user avatar
  • 2,982
0votes
0answers
69views

Datatables Server Side Filtering Wrong When Have Space Character

Hello i create datatables serverside with PHP, but filtering result is wrong. i want to show only 1 data, when i filter "epic 5" but the result show 5 data. You can check my screenshot here :...
Nadia's user avatar
0votes
0answers
23views

Trigger Datatables search after reload

I have a datatables table setup Mainpage.php new DataTable('.dataTable',{ "pageLength" : 100, scrollCollapse: true, scrollY: '500px', "bPaginate": false, ...
bart2puck's user avatar
-6votes
2answers
180views

how to replace code in highcharts+datatables? (i want data from google sheets)

i have datatables + highcharts (in Child rows ) and i want change code and i want data from google sheets and Is it possible to change? now data from json and i want data from google sheets and i want ...
IntProtest 's user avatar
-1votes
1answer
87views

how to update datatables+highcharts code ? ( google sheets v3 to v4)

i have datatables + highcharts and now don't working and i want replace sheets api v3 to v4 codepen.io/intprotest/pen/ewQJrK?editors=1010 https://sheets.googleapis.com/v4/spreadsheets/...
IntProtest 's user avatar
0votes
1answer
83views

DataTables: difference between draw() and ajax.reload()?

So far I've been using draw() to reload tables with serverSide enabled and using ajax to get the data. I just stumbled across ajax.reload(), but I can't figure out from the docs what the difference is ...
bur's user avatar
  • 817
0votes
1answer
103views

DataTables not paging correctly with popstate

I'm using DataTables with serverSide processing. On popstate the table is redrawn with loaded values. Everything is working nicely except for one problem: when I go from a state where the page for the ...
bur's user avatar
  • 817

153050per page
close