Bootstrap Tables Interview
1Base table class?
Answer:
.table.2How to add striped rows?
Answer:
.table-striped.3How to make responsive table?
Answer: Wrap table with
.table-responsive.4How to add row hover effect?
Answer:
.table-hover.5How to reduce table density?
Answer: Use
.table-sm.