Desktop apps - Data table

Hi,

I’m trying Ionic for a desktop app. The major problem I can see is the data table. In conventional desktop apps ( Angular 4 + Bootstrap ) it’s easy display tabular data on tables.

What alternatives we have with Ionic ?

Regards

Tables are supported (like all the HTML tags), but you are going to have to apply all the styling yourself, along with any functions (sorting, etc).

Hi,

Ionic don’t have any support ( Bootstrap like ) for tables ?

https://ionicframework.com/docs/api/components/grid/Grid/ is an alternative

1 Like

Thank you.I’ll try it.

1 Like