I tried to change the fontSize, but it did not take effect:
<Table
  style={{overflow: 'hidden', width: '100%', fontSize: '10px'}}
  dataSource={data.dataSource}
  columns={columns}
  size='small'
  bordered
  pagination={false}
/>
Also my table doesn't fit in the block. Only 3 columns are displayed and the rest disappear. How can this be resolved?
your-stylesheet.scss:
.ant-table table { font-size: 10px; }
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