Read-only

Read-only columns

In many usage cases, you will need to configure a certain column to be read only. This column will be available for keyboard navigation and CTRL+C. Only editing and pasting data will be disabled.

To make a column read-only, declare it in the columns setting. You can also define a special renderer function that will dim the read-only values.

Read-only specific cells

This example makes cells that contain the word "Nissan" read only. It forces all cells to be processed by the cells function which will decide whether a cell meta should have set readOnly property.

Read-only comments

This example makes the comment attached to a cell that contain the word "Tesla" read only.

You can compare it with the comment inside a cell with "Honda" wording.

Edit this page

Tutorial: Read-only