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
Using pagination = FALSE seems to automatically set the pagesize to max row of df.
Because of this, overflowing rows may appear to not be rendered. (Increasing max-row does nothing)
Good catch, this was an easy way to "disable" pagination, but I guess it breaks down when you use updateReactable() to change the data 😅. This should now be fixed in the dev version (f406c62), so pagination = FALSE should work in all cases. Thanks!
Thanks for the great package.
Using
pagination = FALSE
seems to automatically set the pagesize to max row of df.Because of this, overflowing rows may appear to not be rendered. (Increasing max-row does nothing)
Currently to solve this,
pagination = TRUE
anddefaultPageSize
to a large enough number.The text was updated successfully, but these errors were encountered: