feature: Hope to add the function of APP table module
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?