Can table use flex layouts?

can table use flex layout? want to use flex to achieve horizontal center and adaptive effect

Css
Jul.26,2021

the easiest way to do this is to add the css of text-align:center to table. There is no need for flex,. Of course, you can use flex to relayout in cell, which is a little more complicated.

Menu