I would like to be able to increase the font size for an entire tabulator table in version 5.1. I know that I can increase the font size of a column by using a custom formatter, but I have a column with editable text and it does not appear that I can have a custom formatter with editable text.
Use .tabulator
<style>
  .tabulator {
    font-size: 28px;  // change font size
  }
</style>
JsFiddle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With