“Another one” (or two):
- The ability to hide/display a column and bind it to a function or variable
- The ability to check/uncheck all via Custom JS
“Another one” (or two):
Is there a way to Wrap text on individual rows?
We need to have customization for responsive for the column pinning
God I feel like the next 2 months Weweb should focus on the grid since its one of the critical data viewer in the whole app like 80% of power data apps are in grid
+1 for the ability to drag / re-order rows. It has become critical to our dev.
Over here as well!
it would be very helpful to be able to dynamically change the vertical space padding (aka height) of an individual row
Make filtering and sorting on a custom column with a Select element work please!
Hey,I’m trying to bind the columns in my DataGrid, but the columns that I try to build with type: “custom” are not working, and I receive ‘element undefined’.
@Dorian You can filter and sort custom columns. Just add the database key for that column to the custom column definition like you do for non-custom columns. The datagrid only knows what is in the cell based on the database key.
Thanks @dsturnerville! That worked.