How do I change the font family used in the DataTable cell from Vue?
How do I change the font family used in the DataTable cell from Vue?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Tables are a bit odd in CSS. Try adding
table
to your list of selectors: https://live.datatables.net/rexecufa/1/edit .If that doesn't work, please link to a test case showing the issue.
Allan