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?