There is an AgGrid solution in the marketplace built by Snappy.AI Highly recommend connecting with Robert if you need a datagrid solution to fill the gap for the weweb datagrid.
How does one find the weweb marketplace? There are no links (or mentions for that matter) on the main weweb.io website or anywhere on my dashboard or workspace.
You can find it on google or in the weweb docs https://marketplace.weweb.io/
Itâs âstealth marketingâ
Initial impressions - itâs AMAZING
LMAO @weweb
Iâm liking the new datagrid however, will the ability to add columns with a âCustomâ type like the old datagrid be added? Or the ability to individually style columns?
For example, I want one of the columns to use a StatusText component of mine.
Another column is a link to another page and I want the text to be bold and blue and change color on hover.
@carrano_dot_dev my sentiments exactly. Itâs amazing to have a new datagrid with native sorting, filtering, etc. You have no idea how much time that now saves.
However, previously the datagrid was more free-form so adding ANY other elements into a column was easy. Currently it seems not possible in the new datagrid. There needs to be the ability to add a custom div and all other components into a column so we can transition the old datagrid styling built to this new one seamlessly.
Thank you! @luka
- Bindable typography for header and content
- No way to define a custom cell (image + name)
- A way to add a WF associated to a row / column
Canât understand the right way to bind column, I tryed many thing but i dont understand how to bind the right way
Just put your array in the Data and click generate columns donât bind something on columns, i think itâs if you want to add some special logic in there.
Is it planned to have the Custom Cells back ?
Or even just the Select & Multi select, this is really missing! Otherwise amazing job !
(PS: i tried the AI thing, it wasnât great, i am sick of the AI enthusiasm that forces every company to put their focus on it. No offense, i understand why you do it)
+1 to bring back Custom Cells
Were still having quite a few bugs with the datagrid. When single row selection is applied on some of them, multiple rows are still able to be selected. Also when a new row is added there is some weird spacing bug.
Would love to also see custom cells on the new datagrid asap, so we can start using them across all our projects.
I hope yous can find the time to really get the datagrid to a stage where we can rely on them. The AI is cool but I would also really like if we can manually do most things with them too without relying on AI.
Fingers crossed yous can improve it asap but I know AI proably is on a greater level of importance at the moment
could the weweb team confirm if and when the Custom Cell function will be implemented? The new datagrid in its current form is not compatible with the previous one
FWIW @Lukasz the CEO, Raphael, told me on LinkedIn yesterday that theyâre on it and, âwe will ship improvements to the datagrid next week or the one after.â
The height canât be auto or percentage itâs only by pixels
It would also be really cool if we could persist the column width settings when the user modifies them.
It would be great to have more flexibility with paginations. Right now it seems like it will only paginate based on the current list of data.
It would be great to add actions to trigger fetching new data based on page number.
Triggers would be: onclick-previous, onclick-next, onclick-page-number, etc.
Right now the only option is to create a separate pagination component to trigger the refresh of the collection linked to the grid.