@extends('layout.master') @section('main_content')
table
to any table, and.border-bottom-*
class for Border bottom color
table-inverse
inside table element.
table-hover
and for Horizontal border use a class .table-border-horizontal
, Solid border Use a class.border-solid .table
class.
.bg-info, .bg-success, .bg-warning and .bg-danger classes.
with light text on dark backgrounds inside table element.<caption>
functions like a heading for a table. It helps users with screen readers to find a table and understand what it’s about and decide if they want to read it.
.table-[color]
to make thead
appear in any color.
.table-striped
to add zebra-striping to any table row within the
. This styling doesn't work in IE8 and below as :nth-child CSS selector isn't supported.
.table-responsive.theme-scrollbar"❴-sm|-md|-lg|-xl|-xxl❵"
functions like a heading for a table. It helps users with screen readers to find a table and understand what it’s about and decide if they want to read it.
.table-responsive.theme-scrollbar , .table-light
inside table element.
.table-xl
class to the.table
, Large table Add .table-lg
, Default table Add .table-de
, Small table Add .table-sm
, Extra Small table Add .table-xs
to create a table.
table-hover, table-striped table-*table-info,table-success,table-success,table-info,table-danger,table-primary,table-secondary,table-light,table-active
inside table element.
.table-dashed
, for Dotted border use class.table-dotted
, for Double border use class.table-Double