📄️ Intro
A table is meant to display information on the screen, but often you also want to be able to do something with that
📄️ Action definition
To add an action to your table you simply need to initialize an BrickNPC\EloquentTables\Actions\Action and return it
📄️ Action context
The ActionContext is an object that is passed to all actions and all callbacks defined on actions. It knows the
📄️ Action collections
To visually group actions of the same type together you can use an ActionCollection. An action collection has zero