Hi guys,
Please, tell me if there are any limits of the width property of a table. Or, are there any limits in the number of columns of a table?
I try to display a table with a lot of columns - 100 or more. For each column I need at least 60 pixels.
For example, I used this code:
<div style="width:6500"; height: 300px; overflow-y: scroll;border:0.2cm;">
<table style="width:100%;" id="tblSample">
or
<table style="width:6500"; id="tblSample">
It works for "width:4700px" or less.
Can I achieve better results if I work with %. For exemple,
"width:500%" . Are there any limits in this case?
Thanks a lot for your help!
Please, tell me if there are any limits of the width property of a table. Or, are there any limits in the number of columns of a table?
I try to display a table with a lot of columns - 100 or more. For each column I need at least 60 pixels.
For example, I used this code:
<div style="width:6500"; height: 300px; overflow-y: scroll;border:0.2cm;">
<table style="width:100%;" id="tblSample">
or
<table style="width:6500"; id="tblSample">
It works for "width:4700px" or less.
Can I achieve better results if I work with %. For exemple,
"width:500%" . Are there any limits in this case?
Thanks a lot for your help!