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
To correct this behavior, replace rightMargin += columns[i].width in the getMarginRight method on rightMargin += columns[i]. totalWidth; I think that the design of the react-table api has changed. I attach screenshots:
correct behaviour:
incorrect behaviour:
The text was updated successfully, but these errors were encountered:
To correct this behavior, replace rightMargin += columns[i].width in the getMarginRight method on rightMargin += columns[i]. totalWidth; I think that the design of the react-table api has changed. I attach screenshots:
correct behaviour:
incorrect behaviour:
The text was updated successfully, but these errors were encountered: