Not the best option but you can create a <i> markup in JS and add it to any TH
that will have a specific class like "with-icon"
In jquery it would be. $('.with-icon').append('<i></i>');
Fabien
Le 28 avr. 2012 à 08:06, Sudhir N <[email protected]> a écrit :
> Is there any way that I can use an icon without using the <i> tag.
> I want to show icon in a table header, but I dont have option to modify the
> markup generated for header cell, it's generated by framework, however I can
> specify the class that it would put on the <th>
>
> Is there any way to get icons work when class is specified on a <th>
>
>
> Sudhir
>