victor-valencia / bootstrap-iconpicker

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

Using iconpicker inside DataTables #38

Open nicolenielsen opened 8 years ago

nicolenielsen commented 8 years ago

Hi,

Awesome iconpicker. However, I tried to use it inside a datatable, but it's not rendering at all (it's just a box if using button, if div, nothing renders). Just want to know if this is possible?

Thanks!

eformx commented 5 years ago

Call iconpicker in fnDrawCallback. It gets fired after the table is rendered...

"fnDrawCallback": function (oSettings) { //when table is finished being drawn then call functions as required