GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options of the table widget.

    interface TableOptions {
        columns?: readonly AttributeTableColumn[];
        maxRows?: number;
    }
    Index

    Properties

    Properties

    columns?: readonly AttributeTableColumn[]
    maxRows?: number