This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
Entity List Actions not showing up on last page #98
Labels
help wanted
Issues that have not been solved and community contributions are requested to resolve the issue.
We have an entity list added to a web template with some actions associated with the rows. The actions show up on everything but the last page. With a page size of 50, this can be a number of records that can make it annoying to work with items that happen to fall on the last page. So if we have 60 items, the first 50 on page 1 will properly have actions, and but when you go to page 2 to get the last 10, the actions do not show up.
The investigation I managed to do pointed to something showing the drop down for the actions, but that it was immediately hidden again by something else (the "open" class was not staying on the drop down HTML markup). I tried various methods to try and override the Bootstrap or at least reinitialize the drop downs but nothing seemed to work.
I narrowed it down to the last page by changing the page size to 10 and noted every page worked but the last one.
The text was updated successfully, but these errors were encountered: