angular-footable icon indicating copy to clipboard operation
angular-footable copied to clipboard

Sorter icon dissapears

Open OlafDeBacker opened this issue 10 years ago • 2 comments

Hey,

First of all many thanks for this great improvement, it works like a charm!

Second, and this isn't really an issue but rather a question, and that is when I add the "footable" class to my tables, for some reason the sort icons don't get added to the columns. I can still sort them, but as mentioned the icons aren't there. Maybe it's just me that is missing something?!

Thanks in advance!

Update: I also noticed that the values of the 'th' don't get inserted either on mobile/tablet.

OlafDeBacker avatar Oct 30 '15 09:10 OlafDeBacker

Thanks for your feedback, according to your description, it could be the issue of footable itself, it will figure it out.

ziscloud avatar Nov 01 '15 11:11 ziscloud

make sure you add the css styling, if you're importing you need to import it specifically. E.g. import '~/css/plugins/footable/footable.core.css';

lastlink avatar Jun 26 '17 14:06 lastlink