InterviewSolution
| 1. |
Can You Put A Table Within Bootstrap Panel? |
|
Answer» Yes! To GET a non-bordered table within a panel, USE the CLASS .table within the panel. Suppose there is a <DIV> containing .panel-body, we add an extra BORDER to the top of the table for separation. If there is no <div> containing .panel-body, then the component moves from panel header to table without interruption. Yes! To get a non-bordered table within a panel, use the class .table within the panel. Suppose there is a <div> containing .panel-body, we add an extra border to the top of the table for separation. If there is no <div> containing .panel-body, then the component moves from panel header to table without interruption. |
|