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

    Interface IOption

    interface IOption {
        label: string;
        value: string | number;
    }
    Index

    Properties

    Properties

    label: string
    value: string | number