question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[NG] Make Service Mesh Patterns table sortable and filterable

See original GitHub issue

Current Behavior The table of service mesh patterns has two columns, neither of which are sortable, nor filterable.

Desired Behavior

  1. Users can click on the column name to sort each column, toggling between ascending and descending alphabetical order.
  2. 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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Nikhil-Ladhacommented, Jan 21, 2021

Hmm, yeah that should be the way.

1reaction
Nikhil-Ladhacommented, Jan 21, 2021

There is an option to filter columns in react-table, please use that. Checkout this link: https://react-table.tanstack.com/docs/overview

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found