interface TableStateOptions {
    applyToMap: boolean;
    columns: any;
    controls: (string | ActionButtonDefinition)[];
    filterByExtent: boolean;
    filtered: boolean;
    open: boolean;
    search: boolean;
    searchFilter: string;
    showFilter: boolean;
    title: string;
}

Properties

applyToMap: boolean
columns: any
controls: (string | ActionButtonDefinition)[]
filterByExtent: boolean
filtered: boolean
open: boolean
search: boolean
searchFilter: string
showFilter: boolean
title: string