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

add more useful functions in the STColumnFilter #2147

Open
HsinM opened this issue Nov 20, 2021 · 3 comments
Open

add more useful functions in the STColumnFilter #2147

HsinM opened this issue Nov 20, 2021 · 3 comments
Milestone

Comments

@HsinM
Copy link

HsinM commented Nov 20, 2021

What problem does this feature solve?

Now the STColumnFilter can perfectly execute all kinds of type filter such as keyword, number, date. It would be even better if can add the following functions:
1.extend Enter trigger event to others type filter by default.
2.in the discrete based variable (keyword) filter condition except equal, and add contain, not contain and not equal types.
3.in the continuous based variable (number, date) filter condition except equal, and add >, >=, <, <=, != and range (only number filter, ex. 5~10) types.
4.if possible, let menu and text based filter can coexist, user can freely choose menu or text based filter in the same place to filter data.
I believe this will increase of user UX experience.

What does the proposed API look like?

Extend [number] and [date] configurations.

@cipchk
Copy link
Member

cipchk commented Nov 21, 2021

I feel that the work is still handed over to the developers, so we adopt a method similar to st-widget to allow developers to customize such widgets.

@cipchk cipchk added this to the 13.0.0 milestone Nov 21, 2021
@HsinM
Copy link
Author

HsinM commented Nov 21, 2021

I think if I use [custom] to develop, it is a pity that the original built-in filter can't be used.
btw, where can found st-widget manual..

@cipchk
Copy link
Member

cipchk commented Nov 23, 2021

@HsinM See Custom Widgets demo.

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

No branches or pull requests

2 participants