-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Filtering support for the web apps #6754
Filtering support for the web apps #6754
Conversation
* Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com>
* Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com>
2ebd71f
to
a06a77d
Compare
@elenzio9 I see that the x button is a little bit misaligned. Do you have any insights as to why does this happen? |
Yes indeed. I figured it out and it's related to the |
I see, thanks! Then lets proceed with this and update the |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kimwnasptd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* web-apps(front): Add filtering functionality in WAs (kubeflow#6462) * Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Differentiate type property (kubeflow#6462) * Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add filtering functionality in WAs (#6462) * Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Differentiate type property (#6462) * Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add filtering functionality in WAs (#6462) * Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Differentiate type property (#6462) * Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add filtering functionality in WAs (#6462) * Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Differentiate type property (#6462) * Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add filtering functionality in WAs (#6462) * Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Differentiate type property (#6462) * Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add filtering functionality in WAs (#6462) * Add filtering functionality in the common table component. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Differentiate type property (#6462) * Differentiate type property from other ComponentValue properties. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
This PR adds the filtering functionality in the web apps.
Here some screenshots of how it looks like:


Related issue: #6462