windmill-labs / windmill-labs/windmill
feature: Hope to add the function of APP table module
@rubenfiszel is already working on this.
Since Oct 25, 2024.
- Dominant language
- Rust
- Stars
- 18k
- Forks
- 1.1k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 328
Description
In the front-end page, the table is undoubtedly a very important functional module, which carries the frequent interaction between users and data, and there are still many places in the interaction that aggrid cannot achieve.
For example, I want to manually add an input input box in the front end, and then filter and search the table contents after the user enters the content in the input box. This is a very simple application and a very common application, but I can't find a good solution at present. I know that I can enable the filter function on the field and search and filter on the list. But users may not be so receptive to this approach.
For example, I don't have any idea how to cancel the selected rows in the table in the code.
In addition, there are too few functions and methods that can control the table in the front-end code, which greatly limits the interaction function that this important component of the table can achieve. aggrid is a very powerful component, is it possible to see how to enhance this function?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.