@timlassiter11/yatl
    Preparing search index...

    Type Alias YatlTableCommitStrategy

    YatlTableCommitStrategy: "immediate" | "row" | "batch"

    The current editing mode of the table

    • immediate - Data is commited to the table as soon as cell editing ends
    • row - Data is commited to the table when editing leaves the current row
    • batch - Data is not automatically commited. User must manually commit changes