Its possible to change the font family and font size of FlexGrid by using CSS.
<style>
.wj-flexgrid{
font-family: consolas;
font-size:10px;
}
</style>
ActiveReportsJS v6.2 is Here! Check out our latest update.
ARJS v6.2 is Here! Check out our latest update.
ARJS v6.2 is Here!
Its possible to change the font family and font size of FlexGrid by using CSS.
<style>
.wj-flexgrid{
font-family: consolas;
font-size:10px;
}
</style>