Table columns are the basic building block of the table.
protected $columns = [ 'title', 'category', 'description', ]; copy
protected $columns = [ 'title', 'category', 'description', ];
{{ table('posts').setColumns([ 'title', 'category', 'description', ]).render()|raw copy
{{ table('posts').setColumns([ 'title', 'category', 'description', ]).render()|raw