Columns

Introduction

Table columns are the basic building block of the table.

protected $columns = [
    'title',
    'category',
    'description',
];
{{ table('posts').setColumns([
     'title',
     'category',
     'description',
 ]).render()|raw