You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a paginated table with more than one page of data, and are slotting elements within in a column, moving to the second page will show only the actions for data in the first page.
🪜 How to reproduce
Create an IcDataTable with 20 rows of data and slot in 20 elements that display the row they should be in.
Visit the second page of data and see that, instead of the elements for the second page being displayed, the elements for the first page are displayed.
Summary of the bug
If you have a paginated table with more than one page of data, and are slotting elements within in a column, moving to the second page will show only the actions for data in the first page.
🪜 How to reproduce
📸 Screenshots or code
🖥 📱 Device
🧐 Expected behaviour
On the second page of data, I would expect the slotted elements for the second page to be displayed.
The text was updated successfully, but these errors were encountered: