Table display on mobile phone

I’m looking for a good solution to display tables with a few columns and a large number of rows. I need to have something that is readable for people with a mobile phone device.

I look at 3 different options here HTML Tables / PAC | Observable

Raw html is the best solution but it’s very boring to write all the code each time you want to display a table.

Do you have any better option?

Inputs.table

  • :-1: tables width is limited by screen without any adapation

Please take a look at the documentation. You simply need to change the table layout to “auto”:

1 Like

Thank you.