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

    Interface IJoinTable

    interface IJoinTable {
        child: string | string[];
        parent: string | string[];
        table?: string;
    }
    Index

    Properties

    Properties

    child: string | string[]
    parent: string | string[]
    table?: string