Buttons

Introduction

Table buttons display in the last column of each row.

protected $buttons = [
    'edit',
    'view',
];
{{ table('posts').setButtons([
     'edit',
     'view',
 ]).render()|raw