I am using Ionic for an app that will be primarily used in a desktop web app environment. The app is a fairly data-rich laboratory data management app. It will require the use of tables to display data on several pages. I don’t want to complicate things by introducing Twitter Bootstrap into the mix, but the out-of-the-box table styling options it provides are great. Of course I could also use a plain HTML table, but that seems like a roll-your-own approach which isn’t my first choice.
It does not seem like Ionic is really set up for tables (understandably so since its primarily a mobile app tool). Am I missing something? I’d like to be convinced not to bring Bootstrap into the mix. Can anyone provide some advice here?
Thanks!