innovaccer / design-system

Masala Design System (MDS) is an open-source design system built at Innovaccer. Figma file : https://www.figma.com/community/file/974368355920553546/masala-design-system-web-guidelines
https://mds.innovaccer.com
MIT License
84 stars 79 forks source link

Grid Header Issue #834

Closed dhananjay-innovaccer closed 3 years ago

dhananjay-innovaccer commented 3 years ago

Grid columns stuck on the bottom while fetching data.

satyamyadav commented 3 years ago

Table seems to have collapsed as there is no height in grid body as data is blank. The table don't applies any minimus height by itself as it can be only decided while using it. The table component (I assume you are using it in sync manner ) gets height based on the props it gets, the combination of requirements are as follow: One of the following conditions should be fulfilled:

  1. parent div has some height
  2. schema + data
  3. errorTemplate with some height
  4. loaderSchema + loading + pageSize
  5. schema + loading + pageSize
satyamyadav commented 3 years ago

The issue has not sufficient information, also you can choose a template for reporting in future from here https://github.com/innovaccer/design-system/issues/new/choose