All Questions
148 questions
0
votes
0
answers
2k
views
Showing 0 to 0 of 0 entries (filtered from NaN total entries) In jQuery Datatable
Hi all I am new to jQuery Datatable. I am working on server-side for datatable.
Most of things I have figured out but I am stuck on pagination part, currently I am getting filtered from NaN total ...
0
votes
1
answer
1k
views
How to send manual payload in jQuery Datatable?
I was working on jQuery data table without server-side caching and pagination earlier, but now I am getting API that is performing server-side pagination searching and sorting.
I have some idea about ...
1
vote
0
answers
40
views
Populate modal using ID using jQuery
This is my controller file. I am using render function to create edit and delete button for each row. I am able to pass the employee ID in through render function.
I tried using the commented lines in ...
0
votes
2
answers
2k
views
How to disable row checkbox based on the cell value in Datatables jquery
How to disable row checkbox based on the cell value in Datatables. Have table and few columns have data like System. If it is system need to disbale the row. Tried below code, checkboxes are not ...
0
votes
1
answer
57
views
Data does not pass through service to other controller
I'm trying to pass my my data from controller 1 to controller 2 but when I log the data in controller 2 it returns a value of undefined. The reason why I used jquery for the request of data is because ...
1
vote
1
answer
126
views
$().DataTables is not a function - Jquery
I am using datatables inside Angular JS.
I have the following imports in header
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src = "...
0
votes
0
answers
52
views
ng-click is not working in javascript datatable how I can call function in angular controller from datatable
I want to call SetDataDepartment(data), but i am not able to call. also used $compile in controller
table = $('#DepartmentTable').DataTable({
data: Department.departmentsList,
columns: [
...
0
votes
1
answer
249
views
pull rendered cell data from datatable
I'm hoping there is a way to pull the rendered cell data from a table
I am using angularjs with angular-datatables and it renders the table fine however I'd like to pull that rendered data into a ...
1
vote
1
answer
78
views
get column mData keys from datatables object
I am hoping to get the keys used to make columns in datatables
e.g. 'user.first_name'
however using the datatable api I can't find it.
I can see things like columns() however I can't find the ...
3
votes
1
answer
406
views
asp.net mvc angular jquery table not working
I am new to asp.net mvc with angular and i am unable to add load jquery table.Jquery Datatable showing No data available in table,below is my code
My Controller
app.controller('SpaceController', ...
0
votes
1
answer
44
views
Set Date Format in angular JS
I have implemented a Datatable using angular. Now what I want is, I want to set date format as dd-MM-yyyy
I tried like below
<td>{{ mp.VFRDATE | date: 'dd-MM-yyyy' }}</td>
<td>{{ ...
1
vote
1
answer
537
views
Datatables not working for realtime update of data
I tried using datatables plugin and it worked smoothly for my table. I have this one problem: when I try to refresh my function for getting the value from database using $interval every seconds, it ...
1
vote
2
answers
2k
views
Add a checkbox in each row for datatable jQuery using Angular.js
I want to display some data in a datatable format by using Angular.js.
So I did something like below.
Angular
<script src="~/Scripts/jquery.js"></script>
<script src="~/Scripts/...
0
votes
1
answer
1k
views
Add tooltip to datatables row after row.add()
I should add a tooltip to datatables row
//initialize datatable
$scope.anomaliesTable = $('#sapTable').DataTable({
//disable responsive
responsive: true,
//"bLengthChange": false,
//...
0
votes
3
answers
532
views
JQuery datatable index is coming as a NaN
Here, I'm trying to get id and index for a my button action, but my index is coming as NaN.
Here is my console output: