how to hide table header on small screen in bootstrap code example
Example 1: how to hide table header on small screen in bootstrap
class="d-none d-sm-block" // for extra small screen
class="d-none d-md-block" //only display on md, lg and xl screen
Example 2: how to hide table header on small screen in bootstrap
class="d-none d-sm-block" // for extra small screen
class="d-none d-md-block" //only display on md, lg and xl screen
Example 3: how to hide table header on small screen in bootstrap
class="d-none d-sm-block" // for extra small screen
class="d-none d-md-block" //only display on md, lg and xl screen
Example 4: how to hide table header on small screen in bootstrap
class="d-none d-sm-block" // for extra small screen
class="d-none d-md-block" //only display on md, lg and xl screen