rsuite / rsuite-admin-template

Admin Dashboard Template. Ease developers’ life with the React Suite 5. TypeScript will help with optimizing. Quick start & easily extensible code.
https://rsuite-admin-template.vercel.app/
112 stars 75 forks source link

switching between displays doesn't redraw height automatically for tables #4

Open karthikr-vti opened 2 years ago

karthikr-vti commented 2 years ago

If there are two displays connected to the computer of different resolutions, switching page from once display to another doesn't recalculate height again.

Steps to reproduce:

  1. Connect an external display along with main display to the computer.
  2. Open Table link. for example: (https://rsuite-admin-template.vercel.app/table-members)
  3. Switch the displaying tab to new display. It would retain the old height and scroll bars would appear. Only way to correct it is to refresh the page.