Skip to content
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

Open
carcand opened this issue Jan 30, 2019 · 0 comments
Open

Entity List Actions not showing up on last page #98

carcand opened this issue Jan 30, 2019 · 0 comments
Labels
help wanted Issues that have not been solved and community contributions are requested to resolve the issue.

Comments

@carcand
Copy link
Contributor

carcand commented Jan 30, 2019

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.

@amervitz amervitz added the help wanted Issues that have not been solved and community contributions are requested to resolve the issue. label Mar 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Issues that have not been solved and community contributions are requested to resolve the issue.
Projects
None yet
Development

No branches or pull requests

2 participants