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
I am rendering a table, which has an expandedRowRender: (record) => <ExpandedLazyLoadedRow record={record} />, function to render a component once data is fetched from the api.
Currently the table renders like
What I am trying to do is render the td instead of this
Hi,
I am rendering a table, which has an
expandedRowRender: (record) => <ExpandedLazyLoadedRow record={record} />,
function to render a component once data is fetched from the api.Currently the table renders like
What I am trying to do is render the td instead of this
to
So that it aligns correctly with the parent column. Any inputs is really appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: