Home > OS >  How to use a font awesome icon to react-table v7 with expand / contract?
How to use a font awesome icon to react-table v7 with expand / contract?

Time:05-25

I'm attempting to use react-table and its expand/contract functionality, but can't figure out how to replace the icon given in the documentation. I'm trying to use a font-awesome icon, but even with dangerouslySetInnerHTML I get a string, instead of the icon. Here is the example in the documentation: react-table with font-awesome

  • Related