Note that there are some explanatory texts on larger screens.

plurals
  1. POhtml table overflow hidden only for a td
    primarykey
    data
    text
    <p>What we know is the width total of the table and the first column. The 3 and 4 column must adapt to the content, and the second column must use the rest of space. This second column must set the overflow hidden, allowing only one line or a line <br /> line</p> <p>Maybe the fiddle is more clear</p> <p><a href="http://jsfiddle.net/favio41/9z867/" rel="nofollow noreferrer">http://jsfiddle.net/favio41/9z867/</a></p> <pre><code>&lt;table&gt; &lt;colgroup&gt; &lt;col class="col1" /&gt; &lt;col class="col2" /&gt; &lt;col class="col3" /&gt; &lt;col class="col4" /&gt; &lt;/colgroup&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="date"&gt; &lt;span class="month monthAndYear"&gt;Feb&lt;/span&gt; &lt;br/&gt; &lt;span class="day ng-binding"&gt;21&lt;/span&gt; &lt;/td&gt; &lt;td style="background-image: url(resources/img/categories/G0400.png);" class="category_icon cat_G0400"&gt; &lt;span class="concepto ng-binding"&gt;This is a example of text&lt;/span&gt; &lt;/td&gt; &lt;td&gt; &lt;span data-tooltip="Internet, teléfono fijo" class="cat-label cat-tooltip onlyTitle"&gt; &lt;span class="text ng-binding"&gt;Internet&lt;/span&gt; &lt;span class="arrow"&gt;&lt;/span&gt; &lt;/span&gt; &lt;/td&gt; &lt;td class="importe"&gt; &lt;span class="importe_value ng-binding"&gt;-33,23&lt;/span&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="date"&gt; &lt;span class="month monthAndYear"&gt;Feb&lt;/span&gt; &lt;br /&gt; &lt;span class="day ng-binding"&gt;21&lt;/span&gt; &lt;/td&gt; &lt;td style="background-image: url(resources/img/categories/G0400.png);" class="category_icon cat_G0400"&gt; &lt;span class="concepto ng-binding"&gt;This is a example of text, but this is really big and we want to be hidden the last part because if is too big ...&lt;/span&gt; &lt;br/&gt; &lt;span class="descripcion ng-binding"&gt;This is a example of description text&lt;/span&gt; &lt;/td&gt; &lt;td&gt; &lt;span data-tooltip="Internet, teléfono fijo" class="cat-label cat-tooltip onlyTitle"&gt; &lt;span class="text ng-binding"&gt;Internet&lt;/span&gt; &lt;span class="arrow"&gt;&lt;/span&gt; &lt;/span&gt; &lt;/td&gt; &lt;td class="importe"&gt; &lt;span class="importe_value ng-binding"&gt;-33,23&lt;/span&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload