RealGrid2 API
Interface
WaiOptions

WaiOptions

Setting model for Shadow Dom

Signature:

export interface WaiOptions

Remarks

Specifies the name of each grid component to support web accessibility.

Properties

PropertyTypeDescription
descriptionstringDescription of table
titlestringgrid title

Properties Desc

description

Description of table

Remarks:

It is displayed as the caption of the table tag. If there is a title, it is displayed after the title. If there is ${columns} in the string, the column title is displayed at that position.


title

grid title

Type - string

Remarks:

It is displayed as the caption of the table tag.