I would like to format my table like this:
- full width
- columns wider than others can take more place (often the first col)
- columns too large must be cropped (something like overflow: hidden)
- last 2 columns must be narrow than others
Here is a jsFiddle to be more explicit: http://jsfiddle.net/BbNFA/
The problem I encounter here is when all texts in the same line are wider than the width of the page, then a scrollbar is showing. I would like to prevent this by hidden the overflow text.
Thanks for your help.