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

    Interface ILeftJoin

    Left join object structure

    interface ILeftJoin {
        field1?: string;
        field2?: string;
        fn?: Function;
        operator?: string;
        table: string;
    }
    Index

    Properties

    field1?: string
    field2?: string
    fn?: Function
    operator?: string
    table: string