OPEN_GRID API - v1.3.1
    Preparing search index...

    Interface A11yTableModel

    접근성(SR) 테이블 모델 — 스크린리더 폴백. / Accessibility (SR) table model — screen-reader fallback.

    interface A11yTableModel {
        caption: string;
        colHeaders: string[];
        rows: string[][];
    }
    Index

    Properties

    caption: string

    aria-label 요약 캡션. / aria-label summary caption.

    colHeaders: string[]

    ['category', ...series names]

    rows: string[][]

    [category, v1, v2, ...] — locale 포맷 문자열. / [category, v1, v2, ...] — locale-formatted strings.