Grid column size
Tailwind CSS Grid column size
Use responsive grid column size utilities with TW elements. Examples of how to set the size of the columns in an easy way.
Basic example
Use the grid-cols-{n}
utilities to create grids with
n
equally sized columns. The maximum number of columns
{n}
is 12.
01
02
03
04
01
02
03
04
05
06
Need even more robust tables? Try Data Den.
- Quick customization & hyper-focus on data management
- Easily integrate it with any project (not only MDB)
- Column Pinning, Drag&Drop Columns, Advanced Filtering & much more
For enterprise projects & users seeking advanced data controls. Tailor your data your way.
Spanning columns
Use the .col-span-{n}
class to make an element span
n
columns.
01
02
03
04
05
06
07