You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does 'Ornamentum' support the idea of flexing the number of rows to display according to the available vertical space?
I want to implement a paginating table where the rows displayed in the table vary according to how much vertical space is available as the browser window flexes size.,
The text was updated successfully, but these errors were encountered:
@davoutuk, you can do that by setting the page size depending on the viewport based breakpoint and dynamically invoking the data-bind. You can use ResizeObserver for this purpose.
Does 'Ornamentum' support the idea of flexing the number of rows to display according to the available vertical space?
I want to implement a paginating table where the rows displayed in the table vary according to how much vertical space is available as the browser window flexes size.,
The text was updated successfully, but these errors were encountered: