Sorting's image overlap with the Header's Title
Sorting's image overlap with the Header's Title
Hello.
I have a problem with the datatables, my column width is limited so the asc and desc img overlap with my column header's title. I would like to know is there anyway to prevent it from overlaping with the header's title?
Thanks.
I have a problem with the datatables, my column width is limited so the asc and desc img overlap with my column header's title. I would like to know is there anyway to prevent it from overlaping with the header's title?
Thanks.
This discussion has been closed.
Replies
There are a couple of options here I think:
1. Alter the padding for the selector "table.display thead th" to give more room to the right, and less else where
2. Make the image smaller
3. Break the column titles into multiple rows (just a
tag will do - but it might break your flow)
Hopefully one of these will do the trick for you.
Regards,
Allan