Datatables and bootstrap-table

I am wondering what is the best way to create datatables or bootstrap-table tables ! I mean, I want to know the differences between them and their advantages in creating a table.

+4
source share
1 answer

Bootstrap tables are the most commonly used data tables because they are sensitive and therefore scaled across devices

But if we use regular data tables, we must write different code for different resolution screens using media queries.

therefore, I highly recommend using Bootstrap tables.

+2
source

Source: https://habr.com/ru/post/1619167/


All Articles