Adoxio / xRM-Portals-Community-Edition

The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
MIT License
107 stars 60 forks source link

Entity List Actions not showing up on last page #98

Open carcand opened 5 years ago

carcand commented 5 years ago

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.