Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
143 views

I want to have the columns to be able to be reordered or moved around for a data table. The code implemented isn't working. Any time I try to reorder a column the column either gets stuck when trying ...
developer8492's user avatar
0 votes
0 answers
109 views

I pulled an Angular 11 project and after installing the node modules, getting error during npx ng build: Error: node_modules/angular-datatables/src/angular-datatables.directive.d.ts:31:25 - error ...
kingo expert's user avatar
2 votes
1 answer
598 views

I am trying to use DataTables with Angular to view some data in my application. I installed DataTables by ng add angular-datatables and imported the DataTablesModule in the app.module.ts but when I ...
Osama El Emam's user avatar
0 votes
1 answer
46 views

I have an Angular Data Table that displays a list of organizations. It shows a maximum of 5 organizations per page. However, the default selected organization index is 7, which means it is on the 2nd ...
Zulfath's user avatar
  • 13
0 votes
1 answer
363 views

Angular Datatable is working fine, but When I include [dtTrigger]="dtTrigger" on table component then Datatable is getting removed from the table. After removing [dtTrigger]="dtTrigger&...
user avatar
0 votes
1 answer
121 views

I'm using a spinner in my Angular data table to indicate that data is loading. Despite having a large dataset, the default features for "Searching," "Pagination," and column ...
Shubham Goswami's user avatar
1 vote
0 answers
81 views

I have a button to export the table in to csv file , it should be aligned to the top right of the data table, but I am not able to align it to right If I inspect , I see a class dt-buttons , if I ...
Abhilash Anand's user avatar
1 vote
1 answer
2k views

I'm learning Angular, so currently I'm consuming one endpoint of CoinGecko and I just want show the list using datatables, so this is my code: <div class="w-3/4 mx-auto mt-5"> <...
Jhon Estrada's user avatar
1 vote
0 answers
245 views

Angular datatable make columns dynamic I have tried to setup datatable with options. the issue is I called api and bind data in table but I cant able to bind column in attribute "columns" ts ...
Vrajesh Dave's user avatar
1 vote
0 answers
152 views

Facing issues with implementing checkboxes and multi-select dropdown in angular datatables. npm package angular-datatables: 8.0.0 Trying to create checkbox and ng-multiselect-dropdown column in ...
Apoorva Singh's user avatar
0 votes
0 answers
749 views

I have a Angular application with a simple CRUD functionality. I have tested my data with static table and this works. Now I am using a data table framework called Angular data table. I am reloading ...
Thanjeys's user avatar
0 votes
1 answer
185 views

So I have a JSON Of the following Format: { "loan": { "loanKey": 6575, "poolNum": "300801056", ...
hawker_Baker's user avatar
2 votes
0 answers
401 views

I currently have a nested component inside of a td cell of an angular datatable. I use this nested component to design card layout as a one large cell. I want to use the built in paging, sorting and ...
mfreedm52's user avatar
  • 171
0 votes
1 answer
469 views

I'm using angular-datatables to display NoSQL de-normalized data in grid for visualization purpose, I have few complex nested json objects and wanted to display specific cell with prettified json with ...
Maulik's user avatar
  • 805
0 votes
1 answer
896 views

I'm running an Angular 13 application that queries an API for employees in a given country and office/branch from a form, then displays the list in a table. I'm using angular-datatables for the table, ...
mccarthyj's user avatar
  • 949
1 vote
0 answers
107 views

I have installed angular-datatables after adding reference into my component. I run the ngServe and got an error message: ERROR in node_modules/angular-datatables/src/angular-datatables.directive.d.ts(...
Ahmed Naeem's user avatar
0 votes
0 answers
137 views

I am trying to bind datatables in angular8. But search, sort and pagination are not binding to the datatable and i am getting an error like $(...).DataTable is not a function. I also deleted ...
Sairam's user avatar
  • 35
4 votes
5 answers
9k views

I'm on ubuntu 20.04, with npm 6.14.15, node v14.17.2 and Angular CLI: 11.2.14. I tried to create data table into my working directory using angular-datatables module. in order to use this angular-...
Nanthagopal's user avatar
1 vote
0 answers
454 views

I am trying to add few buttons to Datatable DOM following legacy way. Here is my Datatable Options ngOnInit(): void { this.dtOptions = { pagingType: "full_numbers", ...
Sandeep Thomas's user avatar
1 vote
1 answer
3k views

Getting XSS vulnerabilities while calling the API for fetching the data. So trying to add DOMSANITIZER, but its failing. Tried below code, please suggest me the solution. this.http.get(this....
Rajasekhar's user avatar
  • 2,475
0 votes
1 answer
1k views

I'm a little new to angular and was wondering how I can set the global configuration for datatables. Currently it seems I can only set it within each component that need to use it, but this is clearly ...
Christopher Smit's user avatar
0 votes
0 answers
368 views

Hi i'm facing a strange problem and i was wondering if you could provide any explanation that could help me. In my datatable i'm displaying a string that can be either "O titres" or "...
Bolo's user avatar
  • 1
1 vote
0 answers
640 views

I'm trying to download the data in the angular datatable. The download does work but I'm stuck in a situation where I have an array of data for a column and I'm only showing the first index data, the ...
Jijo Robin's user avatar
1 vote
1 answer
512 views

I added angular-datatables to my project and customised my table. It works perfectly served locally but when I put it on the production server all the customisations are gone - no scrollbars, no ...
Ree's user avatar
  • 903
0 votes
0 answers
735 views

I am using Angular DataTable where I am trying to sort the dates(YYYY-MM-DDTHH:MM:SS) and I have transformed them using date pipe into this dd/MM/YYYY hh:mm a format. but it is not sorting the dates ...
samssagar's user avatar

1
2 3 4 5
13