python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create a custom table similar to primeng table
In our project earlier we used p-table from primeng. Now we try to create a custom one.
So, I want to create a custom table similar to https://www.primefaces.org/primeng/#/table
I need a table with ch...
hanushi
Votes: 0
Answers: 1
Angular Datatables export buttons using cached data
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,...
Joseph McCarthy
Votes: 0
Answers: 1
How to show row number in angular datatable columns
I'm new in angular and want to display list of results in angular datatables. I have a problem to display a row number in one of the column in my datatables. Currently when i click on page 2, the row...
user4661864
Votes: 0
Answers: 1
Angular 8 @angular/core/core"' has no exported memberafter installing angular-datatables
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
Votes: 0
Answers: 0