Tradeshift / tradeshift-ui

The Tradeshift UI Library & Framework
https://ui.tradeshift.com
Other
33 stars 45 forks source link

Lack of pagination on table.maximize(fn) #594

Closed rafalages closed 6 years ago

rafalages commented 6 years ago

Bug report

@cchtradeshift @DocGroth

Tradeshift UI version affected

v10.0.19

Expected Behavior

To have an automatically paginated table

Actual Behavior

It is showing all rows at once

Steps to reproduce

Have a table then maximize it passing a function as parameter

Screenshots (optional)

image

tynandebold commented 6 years ago

The maximize method is deprecated. Instead, please use explode(optional_callback) to trigger the maximized layout and optimize() to trigger the automatic paging (that automatically updates on resize).