I need to create a Grid-like component with the following requirements:
- the grid will contain editable Panel widgets
- the grid will have sort and filtering options
- the data will change in the backend when the table changes
I thought of creating my own HTML table for that.
My question is:
How can I render Panel widgets inside it and keep it interactive?
Note that the Grid will act as part of a bigger Panel application