tableBegin

tableBegin(attr: String): String;

The tableBegin method of the JadeHTMLClass class returns a string containing the opening tag for the table, specified in the attr parameter.

The code fragment in the following example shows the use of the tableBegin method.

tableBegin("width=100%");

This example returns the following.

<table width=100%>