Is it possible to replicate this functionality with WeWeb’s data grid table? I’m pretty sure 3 and 4 are possible, but not so sure how to accomplish 1 and 2.
1. Adjustable Column Width - allow user to drag and resize a column’s width
2. Re-order Columns via Drag and Drop - allow user to re-order column order by dragging and dropping column header to their desired location
3. Add / Remove Columns - allow user to enable / disable columns via checkbox dropdown (possible using grid data binding I’m assuming?)
4. Horizontally Scrollable Table - enable horizontal scrolling within the table to allow user to view all columns (possible with overflow: scroll I’m assuming?)