Hi Team
I have a container that has a table body and header, but i notice its overlapping the columns. Meaning where there are columns for EmailAddress etc its gets pushed to the right, i want those names to fit well to their columns so it can look nice to a user.
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Mar 1, 2024, 9:39 AM
To fix the overlapping issue and ensure that the column names align properly with their respective columns, you can make the following modifications to your code:
table-responsiveclass to thetable-containerdiv. This class will make the table horizontally scrollable if the content exceeds the container's width.Guest UserPosted Mar 1, 2024, 10:09 AM
Thanks so much mate, it does what i expected i did some modification and looks great and fit well.