Skip to main content

All Questions

0 votes
0 answers
10 views

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
-1 votes
1 answer
24 views

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
  • 540
1 vote
1 answer
35 views

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
-1 votes
0 answers
27 views

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
0 votes
0 answers
25 views

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
0 votes
1 answer
56 views

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
  • 370
0 votes
1 answer
56 views

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
-3 votes
0 answers
66 views

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
  • 13
0 votes
2 answers
42 views

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
0 votes
0 answers
69 views

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
  • 9
0 votes
0 answers
23 views

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
  • 2,532
-6 votes
2 answers
179 views

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
-1 votes
1 answer
87 views

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
0 votes
1 answer
81 views

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
0 votes
1 answer
103 views

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

15 30 50 per page
1
2 3 4 5
1368