-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add option to have persistent filter option #6256
Comments
Hi, |
Hi @sr467113, So, what we want is, for example, when the user opens a single namespace page, to have that particular namespace already selected in filters bar, but without the option to remove it. So, to pass a prop of some kind (let's call it |
Ok. Let me look into it. Thanks 👍👍 |
Hi, I am a CS student from Florida International University working on open-source projects. I would be interested in testing this feature. Would it be possible for me to receive access? |
Absolutely, go for it @JaydenKrishna, will wait for your PR! 🚀 |
HI @MilosPaunovic , where can I find the source code for this specific issue? Thanks. |
You can start by looking at the |
Hi @JaydenKrishna, As there hasn't been any progress or updates on this, I'll unassign you for now. However, if you do open a PR, it will be reviewed, and you'll be reassigned if no one else handles it in the meantime. Thanks for all the efforts so far! 🍀 |
Hi @MilosPaunovic, If this issue is still open. I would like to work on this. Can you please assign this issue to me? |
Absolutely, go for it @HarshitDhaduk! 🚀 |
Hi @HarshitDhaduk , Are there any updates on progress of this issue? |
I have tried using el-tag component from element-plus to make a custom tag renderer to disable close functionality (clossable tag) when a single namespace page is selected. This is the custom-tag renderer component:
In removeItem function, If value passed is persistent=true. The function will return null without removing any item. I am facing some problem setting up backend to test this locally. Tried using setting up frontend without backend source code guide. But, still facing issues setting up locally. (probably because of my system specs : 4GB RAM is not enough ig) Can I make a PR, if the solution sounds good to you? |
Yes, certainly, you can open a PR and we'll go from there! 🚀 |
Thanks for the contributions @HarshitDhaduk! 🚀 Closed via #7276. |
Add the ability to send some sort of prop to filters to make them persistent (not removable) from bar.
The text was updated successfully, but these errors were encountered: