angular2-smart-table
angular2-smart-table copied to clipboard
Angular 2 Smart Data Table component
Hi, First of all, a big thanks for creating and maintaining this package, I really love how you improved the original ng2-smart-table package! I'm submitting a pr because I managed...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project We're working on. From the docs the keys of...
**UPDATE** It looks like that I am sticking around for some more versions, because there are still interested people who like to see some more improvements. But still, any help...
Currently only offset pagination is supported. However many API use cursor navigation. We should add a DataSource and a Pager which support cursor-based navigation. See for reference: - https://use-the-index-luke.com/no-offset -...
It looks like the `ServerDataSource` could use a cache to remember the last query parameters s.t. subsequent calls to * getAll() * getElements() * getFilteredAndSorted() can return the last result...
Current implementation writes conditional styles directly, with _!important_ is only way to override them. As _!important_ flag is a bad practice, it would be a lot easier to style table...
In the table settings you can specify the desired width of a column, However, when you use table filters or the pagination, the widths of the columns automatically adjust and...
It would be very interesting if you could specify in the global table settings that the header rows can be sticky. Especially with larger data sets or more data sets...
Hello, I had to perform migration from angular 12 to 15 on a project and thankfully I found this fork, however this is how the table looks right now: ![Capture...