angular-5-data-table
angular-5-data-table copied to clipboard
Angular 5 data table, with pagination, sorting, expandable rows, row selection etc.
Dear All, I am developing an application using angular 5 . In ng serve it gives no issues, but as soon as I run command ng build --prod it gives...
I've followed the tutorial but i can't see the correct icons for refresh, colum-selection, next-page ....  No error shown on the console
Can we use filtering concept in angular-5-data-table?Please help us.
I'm trying to get this to work for me, and I'm almost there. I'm using my own data, which does populate the table, but there are 1000 items in the...
The logic in DataTableRow unselects the row when it is being destroyed. This causes spurious row selection events with nulls. https://github.com/ggmod/angular-5-data-table/blob/6efd247cb353dbf78350dfeb3f6643394bcfa178/src/app/data-table/components/row.ts#L53 ``` export class DataTableRow implements OnDestroy { // .....
I got the below warning while I run the "ng serve": WARNING in Circular dependency detected: src/app/data-table/components/row.ts -> src/app/data-table/components/table.ts -> src/app/data-table/components/row.ts WARNING in Circular dependency detected: src/app/data-table/components/table.ts -> src/app/data-table/components/row.ts ->...
Any plans to support Angular 6?
How do i implement this scroll on the table instead of pagination [ngx-infinite scroll](https://github.com/orizens/ngx-infinite-scroll)
I cant implement data table with service data , please show me one example . in data-table-demo3.ts import { films } from './data-table-demo3-data'; is used to getting data instead of...