Table Layout
The Telerik and Kendo UI Table Layout Utilities are CSS utility classes that enable you to control the way table cells are laid out.
Utility Class | CSS Property |
---|---|
.k-table-fixed | table-layout: fixed; |
.k-table-auto | table-layout: auto; |
Auto
Use the k-table-auto
utility to allow the table to automatically determine the width of the columns.
Fixed
Use the k-table-fixed
utility to set a fixed width to the table.