Grid Columns / Columns Formatting

Theme

Description

This example demonstrates the formatting of columns data and columns' header element. The column data cells can be formatted via the 'format' property. The 'format' property can be a format string or format function. The appearance of the data cells can be formatted via the 'attributes' object. The appearance of the column header cells can be formatted via the 'headerAttributes' object. You can find the gridData.js file content here: gridData.js

Was this example useful?