Skip to content
Advertisement

Bootstrap Large table with Pop ups

I have created table with 21 columns, since the names of each column was too big I reduced them and now I would like to add pop-over on:hover, on each of them which will display the full text. Here is the HTML:

JavaScript

Advertisement

Answer

You can use title attribute in <th title="colName">, you can write full name of column in title when user is hover in <th> title text is show.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement