For the complete documentation index, see llms.txt. This page is also available as Markdown.

ℹ️Action Buttons

this component is used to make it easy to add action buttons with some features you can use it like this

<x-tomato-admin-action-buttons 
    table="users" 
    :item="$item" 
    :view="true" 
    :edit="true" 
    :delete="true"
/>

where table is the table name of current CRUD

Last updated