The column-sizing tag has no wiki summary.
1
vote
1answer
642 views
changing the size of column using PHPExcel
I met some troubles while using PHPExcel,
In fact I have read all the tutorials I've found but it does not work for me.
I've put this code on the page:
$i = -1; // index des enregistrements
...
16
votes
5answers
14k views
How can I set a <td> width to visually truncate its displayed contents?
I'm trying to set a column width of a table, which works fine until it gets to the point where child elements would be visually truncated ... then it won't size any smaller. ("visually ...
2
votes
3answers
360 views
What is the best way to implement 'Excel like column sizing' for an HTML table?
Basically, I want to allow the user to resize columns in an HTML table, using the same method as you would in Excel. Drag the space between columns and size.
I did some research on this last year, ...