protected function beforeOnCreated()
{
parent::beforeOnCreated();
$this
->type("danger")
->needConfirmation(true)
->showOnActionBox(true)
->showOnTable(true)
->showOnDetail(true)
->icon("far fa-trash-alt")
->title(Lang::t("Delete"));
$this->confirmModal()->title($this->title());
It's the same on demo website
Could you help us ?