Best way to create a grid to display tabular data from a database

In ASP.NET their were components called DataGrid and GridView that were UI components designed to display tabular data from a database.

1) What would be the best way to go about building such a component for bootstrap?

2) Where have other users posted such a thing for others to use?

Many thanks.

I'd have a look here, not 100% sure if it applies to your question: https://datatables.net/

Christian

Appreciate the link. That is exactly what I was looking for and had actually already found it (along with https://mdbootstrap.com/snippets/jquery/mdbootstrap/856604#html-tab-view)

However, thanks for contributing to this.

Best Regards,

  • A