Utilities for controlling the table layout algorithm.
## Patterns
| `table-auto` | `table-layout: auto` |
| `table-fixed` | `table-layout: fixed` |
| `table-inherit` | `table-layout: auto` |
| `table-initial` | `table-layout: fixed` |
| `table-unset` | `table-layout: auto` |
## Arbitrary
- `table-[X]`
```shell
table-layout: [X]
```
## Reference
- [table-layout](https://tailwindcss.com/docs/table-layout)
- [table-layout/cn](https://tailwindcss.cn/docs/table-layout)