APITemplatesTableOn this pageTableSpecificationTable templateUsageLive Editorfunction Example() { return ( <Table rows={3} cols={[ '#Id', 'Title', 'Description', 'Status', <u> <i>Action</i> </u>, ]} /> ); }function Example() { return ( <Table rows={3} cols={[ '#Id', 'Title', 'Description', 'Status', <u> <i>Action</i> </u>, ]} /> );}ResultLoading...PropsTable supports all div html element props and: