Function tableIds

  • generates the HTML Ids used for the header and body article of a table

    Parameters

    • tableId: string

      base table id

    Returns {
        tbody: string;
        td: string;
        th: string;
        thead: string;
        tr: string;
    }

    the table ids used for header and body

    • tbody: string
    • td: string
    • th: string
    • thead: string
    • tr: string