I would like to have a generic HTML-Widget. Although I feel like it goes against the Appsmith philosophy, it would really make things easier. For example, I am currently trying to build a dynamic menu in the form of a vertical list, and I can’t get it to work with the existing widgets:
- The idea was to use a button group, but when I hide a button because a user does not have permission for the page, the list does not get shorter, but the remaining buttons become larger. It doesn’t look good.
- The idea was to use a table with only one column, but then I always have a heading.
- The idea was to use a list, but even if I set the border to 0 everywhere, there are still large gaps and multiple frames around the individual list items.
Even if you adjust something in these three options, there will certainly be something that cannot be solved easily. An HTML widget would be helpful for those special cases.