ā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?
+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.
Hi, I actually didnāt notice this is an old question, I noticed just now after recording the video. Iāll leave it here for the other people to explain how to fix this up.
Hereās a video with a problem. I want to achieve the same behavior in the data grid as I have with a simple text element to copy the text (or its part) to the clipboard.

thanks for reporting this, checking with the team
Hi WeWeb team,
Thank you for the great work on the new DataGrid component.
Just a quick feedback to share my experience:
I think the component would be even better if the āEditableā setting could be bindable. In my projects, I often have multiple user types with different permissions ā some should only be able to view the data, while others should be allowed to edit it. Being able to bind the āEditableā property dynamically would make it much more flexible. In my case, I have different types of users with different permissions ā some should only be able to view the data, while others should be allowed to edit it.
Also, for boolean values (true or false), the UI uses a checkbox, but personally, I would prefer a toggle instead. Since the checkbox is already used for row selection, having a toggle could make the UI clearer and avoid confusion.
Thanks again for your amazing work!
David
Please please add the ācustomā capability when binding the columns. Such a great and needed feature.
Grouping and ability to expand and collapse sections (E.g. AirTable) would be super helpful.
Anyone come up with a solution for this? Itās a real pain for me
Hi !
Is there any solution for this?? I really need to highlight text from datagrid to copy it to clipboard.