angular2-smart-table icon indicating copy to clipboard operation
angular2-smart-table copied to clipboard

Angular 2 Smart Data Table component

Results 26 angular2-smart-table issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
discussion-needed

**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...

need-help

PR for #71

enhancement

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 -...

enhancement

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...

enhancement

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...

enhancement
breaking-change

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...

bug
discussion-needed

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...

enhancement
need-help

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...

ng2-smart-table-migration