Noureddine ELAMRAOUI

Results 2 comments of Noureddine ELAMRAOUI

Hi, Yes I use bootstrap5 this is my configure(): ``` $this->setEmptyMessage('No results found') ->setPrimaryKey('node_id') ->setDefaultSort('nodes.updated_at', 'desc') ->setSearchPlaceholder('Search') ->setSearchThrottle(3) ->setHideBulkActionsWhenEmptyEnabled() ->setComponentWrapperAttributes([ 'node_id' => 'asset-id', ]) ->setTableAttributes([ 'default' => true, 'class' =>...