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
getColGap is fired in the global grid settings provider, and uses the cols from props. But, nested grids trim cols from the grid as they nest. This means stylesheets need to be injected at every grid, instead of the top-level settings provider, so they can read available cols from context when they are generated.
This would bloat the html, though. So alternatively, we should potentially deprecate columnWidth until css natively supports Subgrid.
The text was updated successfully, but these errors were encountered:
jacobsfletch
changed the title
Columns gaps set to "columnWidth" do not work with nested grids
Column gaps set to "columnWidth" do not work with nested grids
Oct 14, 2021
getColGap
is fired in the global grid settings provider, and uses thecols
from props. But, nested grids trimcols
from the grid as they nest. This means stylesheets need to be injected at every grid, instead of the top-level settings provider, so they can read availablecols
from context when they are generated.This would bloat the html, though. So alternatively, we should potentially deprecate
columnWidth
until css natively supports Subgrid.The text was updated successfully, but these errors were encountered: