Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add filtering node versions #90

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

80avin
Copy link

@80avin 80avin commented Aug 31, 2024

Add feature to filter node versions.

Usecase:

We upgraded from Node 14 to Node 20 recently. I wanted a concise list of differences between Node 14 & Node 20 only.
This feature allows me to restrict the visible columns.

image


Future scope:

  • Allow filtering the rows based on certain rules. Example Node 20.x = Yes and Node 14.x != Yes
    I tried few ideas for this like
    • searchBuilder feature of
      jquery datatables. This works and brings all the features of datatables but the page design changes entirely. Fixing the style is being too much effort.

image

  • jquery queryBuilder. Favouring this as it can be integrated into the normal app, without using datatables. Might push a PR in near future.
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant