good point, we’ll add the option, I’ll create a ticket for that
Noted, I’ll check with the dev team to see if we can fit it into their roadmap.
that would be useful but it’s a tricky one, not easy to implement. We’ll put it in the backlog for now.
The new datagrid is amazing! Is it possible to also get the data of a clicked (not selected!) row - not only “on Action” (so basically “on click”)? I want to open a dialog modal with more data based on clicked row, no matter where the user clicks in the row - is this possible?
I experienced something a little strange with this new Datagrid.
In a custom cell i added the new Dialog element, the Overlay in position Fixed seemed to be relative to the Datagrid instead of the Viewport.
One small thing I noticed is that the corner radius of the grid can’t be changed. Or I’m overlooking something? Also the border color is for both the outline as well as inline borders.
Yes you can but with custom css. Put HTML component on the page and enter:
<style>
.ag-root-wrapper {
border-width: 0px;
border-radius: 0px;
}
</style>
Works like a charm! Hadn’t thought of that. Thanks
How does one clear a column filter? In this screenshot I filters by the letters pa but the only way I need to clear the filter is to open it again and delete the letters I typed. And if I had an additional and/or filter I would have to delete each one individually to clear the filter. Am I missing something?
I cant figure out a way to use the new datagrid with backend-pagination and a “load more”-Button. Does anyone know how to do that? I have big datasets of 17k+ records which would slow down the browser too much if I´d load it to the frontend all at once.
Thanks!
Same issue here. Using select all on a filtered list selects all items in the list including rows that do not match the filter.
Please allow us to duplicate the column with its settings, like editable on sortable on and so on, as there are nested JSON object for example, that needs to be done manually, and the auto-generating column won’t be able to do it
Is the date column type supposed to do something? It seems to treat the column like text. There isn’t special filtering or sorting.
Is anyone having an issue with the new datagrid not working as expected in production but working fine in the editor?
I have a datagrid that has a datasource that is based on an API call on page load. It works fine in the editor, but in production, it is stuck in a loop trying to refetch the data in the API call.
Opened a ticket but thought I would post here as well.
@Raphael It would be cool to be able to drag and reorder the rows associated to a a sort field in the database
- Can we please do if there is a filter applied and we selected the select all ONLY TO SELECT filtered rows because sometimes we need to bulk select the filtered
- We need to be able to change the variable of the array of the grid selection, this means if we reloaded the data of the grid for example the selection will go away and we need to be able to reselect them again for example to save the selection state for a user when they do a certain actions and come back
It seems that the deselect all button no longer works?
Did you figure this out?
Hey,
any plans to allow customize column filter inputs?
So instead of using built-in plaintext input, we could you e.g. select. or custom input?
No, unfortunately not
Gesendet von Outlook für iOS