Table

The Telerik and Kendo UI Table utilities enable you to manipulate the properties of the table element.

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 ClassCSS Property
.k-table-autotable-layout: auto;
.k-table-fixedtable-layout: fixed;

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.