datatables.net-editor-server
    Preparing search index...

    Interface IDtError

    Field error object.

    interface IDtError {
        id?: string;
        name: string;
        status: string;
    }
    Index

    Properties

    Properties

    id?: string

    Row id that caused the error

    name: string

    Field name in error.

    status: string

    Error message string.