Skip to content

Instantly share code, notes, and snippets.

@akinozgen
Created December 14, 2019 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akinozgen/3339d7f30fc554b98f7bc6275e8134c3 to your computer and use it in GitHub Desktop.
Save akinozgen/3339d7f30fc554b98f7bc6275e8134c3 to your computer and use it in GitHub Desktop.
jTable(): HTMLElement;
jTable(children: string|HTMLElement): HTMLElement;
jTable(children: Array<string|HTMLElement>): HTMLElement;
jTable(attributes: Object<string, string|number|function>, children: string|HTMLElement): HTMLElement;
jTable(attributes: Object<string, string|number|function>, children: Array<string|HTMLElement>): HTMLElement;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment