@timlassiter11/yatl
    Preparing search index...

    Interface LoadOptions

    Defines options for loading data into the table

    interface LoadOptions {
        append?: boolean;
        keepScroll?: boolean;
    }
    Index

    Properties

    Properties

    append?: boolean

    If the data should replace or be added to the end of the current data

    keepScroll?: boolean

    If the current scroll position should be kept