Tables in ionic

I’m fairly new to ionic. Are html tables not supported in ionic? I have seen examples where people have used the grid to make tables but it does not support my purpose. I need a very advanced table like datatables with drill downs. I have to complete an app fast so not much time on my table to learn deeper. Can anyone give me pointers for tables?

EIther you use ng-repeat with HTML table,tr, td tags or you use an advanced angular grid component like https://github.com/ceolter/ag-grid

Thank you I continued using html tables. However the experience is not the best. But it works for now :smile: