Renders ‘thead’ and ‘th’ HTML tags. This tag helps to create a table header faster.
Basic usage:
{{ html.tablehead }}
Usage with parameters:
{{ html.tablehead(Column Title) }}
Parameters:
Column Title
(optional)
Example:
{{ html.tablehead('Company Name','Country','City','Phone') }}
Leave a Reply
You must be logged in to post a comment.