ngx-easy-table
ngx-easy-table copied to clipboard
The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
Hello, If started to use this library quite a bit. So far it's been really great and everything is possible. But now there seems to be an issue with custom...
Hi, I have a dynamic loaded component which contains table. when I update the data, table is not updating. Kindly suggest some fix.
Hi, When you set persistent state in configuration file, data persist in table but not in range selector A posible solution is load the range pagination from Loccal Storage when...
fix for issue #333 - The fix is a reset of the selected page when paging is active while searching - Added test with search action from page 2 -...
Global search does not work with pagination, whenever I select the 2nd page from pagination and then tried to search an item from the table, the search function does not...
Hello, How I can change the header to sticky header with this configuration? this.configuration = { ...DefaultConfig }; this.configuration.searchEnabled = true; this.configuration.horizontalScroll = true; this.configuration.tableLayout.style = 'tiny'; this.configuration.checkboxes = true;...
There should be a way to pass `sortBy` in `Columns`, especially since `orderBy` is already an option. This would give you more control, for example when you want want to...
I would like to calculate the width of `.ngx-container` and `.ngx-table` and check the condition whether `.ngx-table` width is more than `.ngx-container` width, then need to apply the below configuration:...
I am trying to get the sum of a particular column of only the filtered data after I perform a search. Basically, I have a weight column and need to...
I used fixedColumnWidth = true and headerEnabled = false But columns widths not working. I assume it's because fixedColumnWidth options sets width in of the table, so when there is...