Function isTableLikeElement

  • Checks if the element is related to a table. It must be one of the following: <table>, <caption>, <colgroup>, <thead>, <tbody>, <tr>, <td> or <tfoot>

    Parameters

    • element: any

    Returns element is HTMLTableLikeElement

Generated using TypeDoc