bubbles
bubbles copied to clipboard
fix(list): fix list display area overflow.
The number of Items per a page depend on pagination height. However, pagination height may changes if it enabled or disabled. Re-runing updatePagination() resolves this if needed.
Fix #405
I found a corner-case. If Items decreased and items fit in one screen height, list splits into 2 pages. (Seccond page includes only one item.)
I dont have good solution now.
Support for page increases/decreases.
Add comments