Stretch last column

The following example creates a table with vertical scrollbar by specifying only the container height and overflow: hidden in CSS. The last column is stretched using stretchH: 'last' option.

Freezing

In order to manually freeze a column (in another words - make it fixed), you need to set the manualColumnFreeze config item to true in Handson table initialization. When the Manual Column Freeze plugin is enabled, you can freeze any non-fixed column and unfreeze any fixed column in your Handson table instance using the Context Menu.

Pre-populating

Below example shows how cell renderers can be used to present the template values for empty rows. When any cell in the empty row is edited, the onChange callback fills the row with the template values.