victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
381 stars 138 forks source link

Options to disabled Labels and pagination #31

Closed emage closed 7 years ago

emage commented 9 years ago

Is there an option to disabled the header and footer labels? I simply want to show the icons.

If all the icons fit into a single page -- can the left and right arrow be hidden?

All my icons fit on a single 10x10 row and col.

Thanks!

emage commented 9 years ago

I was able to disabled the header this way:

data-label-header="" data-label-footer=""

Prob wrong but works. Just need to hide arrows now.

victor-valencia commented 9 years ago

Try this: http://jsfiddle.net/victor_valencia/tqgem66f

Regards.