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
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
I'm using ResponsiveFixedDataTable to show data in a table and have also added borders to it. After adding the borders, it's apparent that the width of the table does not equal the width of the parent container. I'm initializing the component as follows:
However, when inspecting the DOM I see that the width of fixedDataTableLayout_main is 785px, which manifests itself by showing a 15px gap between the edge of the last column's border and the edge of the table.
I'm using
ResponsiveFixedDataTable
to show data in a table and have also added borders to it. After adding the borders, it's apparent that the width of the table does not equal the width of the parent container. I'm initializing the component as follows:where
this.props.width
is 800.However, when inspecting the DOM I see that the width of
fixedDataTableLayout_main
is 785px, which manifests itself by showing a 15px gap between the edge of the last column's border and the edge of the table.Here's an example of the issue.
The text was updated successfully, but these errors were encountered: