“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.
Hey.
Not a big deal and may be there’s a good reason, but it seems weird to me that the resizable ‘icon’ for columns : | has a z-index (of 2).
I noticed it was higher than the default modal content & backdrop z-index for example.
Hy everyone!
Is there a way to select the text inside data grid in order to copy it to the clipboard?
Right now I can’t select any text at all inside the data grid . Maybe I’m missing something.
I want to do the same selection as with an ordinary text element:
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.