Actions

Introduction

Table actions let you define submittable buttons that perform an action on the selected rows.

protected $actions = [
    'delete',
];
{{ table('posts').setActions([
     'delete',
 ]).render()|raw