Hi Shiny Developers,
I wonder, what is the best way to show and filter data tables in Shiny Apps?
In order to make dynamics tables, I prefer to use DT package but, I don't like its filtering method. It is too primitive for me. Also, I looked at other table packages and their filtering methods seem similar to DT package.
Tableau has many extensions. One of them is Super Tables. It allows users interactive and dynamic Excel-like tables. I liked its structure and high capability of filtering.
https://exchange.tableau.com/en-gb/products/111
What do you do for advanced filtering in the tables in your Shiny Apps. Is there a chance to make tables like Tableau's Super Tables for filtering.
Thanks in advance.