Is Datatable work with Font Awesome 6?
Is Datatable work with Font Awesome 6?
sarooptrivedi
Posts: 62Questions: 19Answers: 2
in Buttons
I am trying to add the icon from the font awesome 6. Is datatables.net support Font Awesome 6.
I add custom button and it is not display the icon
{
text: '<i class="fas fa-search .btn-md"></i>Advance Filter',
titleAttr: 'Advance Search',
},
This question has an accepted answers - jump to answer
Answers
It was my mistake in Code. I figure out Datatable Support Font Awesome 6.
Thanks for the update. Yes, DataTables and FontAwesome 6 should work nicely together on the same page.
Allan