[NG] Make Service Mesh Patterns table sortable and filterable
See original GitHub issueCurrent Behavior The table of service mesh patterns has two columns, neither of which are sortable, nor filterable.
Desired Behavior
- Users can click on the column name to sort each column, toggling between ascending and descending alphabetical order.
- Users can filter on Category type.
Contributor Resources
The layer5
repo contains two websites. The current generation and the next-generation of the layer5.io site.
If the layer5-ng
label is absent on this issue, then this issue pertains to the current generation of the layer5.io website, which uses Jekyll and GitHub Pages. Site content is found under the master
branch.
If the layer5-ng
label is present on this issue, then this issue pertains to the next-generation of the layer5.io website, which uses Gatsby, Strapi, and GitHub Pages. Site content is found under the layer5-ng
branch.
- See
layer5-ng
contributing instructions - See Layer5 site designs in this Figma project.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Sort & Filter Data Tables in Angular - Armin Zia
In this post, I'll show you how to sort and filter data tables in Angular applications. We'll create a pipe for filtering data,...
Read more >Smart table for Angular — part 1 - ITNEXT
The idea was to extract the logic you would need to have a smart collection you could sort, filter, search or create pagination...
Read more >Custom sorting and filtering for Angular material table
We will be creating a material table with Student data and we will have sorting on each column and will have filter by...
Read more >AngularJS Tutorial: Filters - 2020 - BogoToBogo
A filter can be added to a directive with a pipe character (|) and a filter. ... We can put sorting filter in...
Read more >ngtable : sort and filter on nested object - Stack Overflow
I have a list of objects to display on a table with ngTable. My object looks like : obj ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmm, yeah that should be the way.
There is an option to filter columns in react-table, please use that. Checkout this link: https://react-table.tanstack.com/docs/overview