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 would like my table tds to stretch to fit whatever the length of the content is, instead of clipping the content. I would like my th's to match the td width so that everything is lined up correctly. Is this possible?
In my situation, my table would most likely exceed the width of the parent div I have it within. I would set that parent div to overflow:auto, so that the user would have to scroll right in order to see more of the table.
Thanks guys.
The text was updated successfully, but these errors were encountered:
I would like my table tds to stretch to fit whatever the length of the content is, instead of clipping the content. I would like my th's to match the td width so that everything is lined up correctly. Is this possible?
In my situation, my table would most likely exceed the width of the parent div I have it within. I would set that parent div to overflow:auto, so that the user would have to scroll right in order to see more of the table.
Thanks guys.
The text was updated successfully, but these errors were encountered: