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
The changes implemented in relation to #580 are great for large tables. However, the field displaying the current page number is not large enough for and does not adapt to large page numbers as in the example below:
dash_table 4.4.0, Chrome.
Update: This happens only when using the stylesheet used in the user guide examples ('https://codepen.io/chriddyp/pen/bWLwgP.css').
The changes implemented in relation to #580 are great for large tables. However, the field displaying the current page number is not large enough for and does not adapt to large page numbers as in the example below:
dash_table 4.4.0, Chrome.
Update: This happens only when using the stylesheet used in the user guide examples (
'https://codepen.io/chriddyp/pen/bWLwgP.css').Adding the following css fixes it:
It may be good to add something similar in the stylesheet from the user guide as many users may be using is as-is.