Back to tables Classes

table-fixed

Usage

<div class="table-fixed">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the table-fixed class:

<!-- Basic usage -->
<div class="table-fixed">
  Content
</div>

<!-- With other classes -->
<div class="table-fixed p-4 bg-white">
  Content with padding and background
</div>