Hi!
So I’m having an issue combining the DataGrid element with the paginator element.
My app is set up to conditionally render either a list of items (styled as tiles) or a datagrid, depending on the value of a toggle. Both the list of items and the datagrid are bound to the same collection (containing Airtable data), as is a paginator element.
When the browser displays the item list (as tiles), clicking through pages in the paginator correctly cycles through records. However, when rendering the datagrid, clicking through pages only shows one record. If I toggle back to tile view, don’t change the page, and then toggle back to the datagrid view, then the datagrid shows all the expected records.
What might be causing this issue?
(I have a video screen recording of the issue but I don’t know how to attach it)