angular-2-data-table
angular-2-data-table copied to clipboard
An Angular 2 data table, with pagination, sorting, expandable rows, row selection etc.
There is no documentation in your code! The demo is not sufficient
Having issues using your module when fetching the data over a network
How to make the table **horizontally scroll-able** without squeezing the content of columns ? I need to view 10-12 columns such that I can **scroll** the table **horizontally** to view...
Data table pagination is not working as intended. Steps to Reproduce:- Data table pagination is not working as intended. Steps to Reproduce:- 1.Open https://ggmod.github.io/angular-2-data-table-demo/ 2.Goto Films Table (last table present...
This table module fails as written, ng build --prod fails from a fresh pull. This module is written incorrectly. DO NOT USE THIS TABLE ggmod is no longer supporting this....
Hi there, I can't reach what I expected to do, I would like to delete multiple item, multiple lines from a table, according to a checkbox value in this same...
I imported this table to my angular project and it works fine in debug. When trying to compile it for prod (ng build --prod) getting the following Error: Can't bind...
I have search functionality impemented combined with the built in paging mechanism. How can we reset the paging controls to return to the first page after the search parameters change?
How can we display a text message between the headers and the paging displaying any required information, like a text message or custom loading html
I'm trying mulitiple select data table proResources = new DataTableResource(this.products); proCount = 0; @ViewChild(DataTable) productsTable: DataTable; if i try to display selectedrows in table means i get this error **Cannot...