I Have Problem With Select Column widget

While I want to select roles other selections is hidden
Here is my code
SelectColumn::make('role') ->label(__('lang.role')) ->options([ 0 => __('lang.user'), 1 => __('lang.admin'), 2 => __('lang.shop_owner'), 4 => __('lang.shop_employee'), ]) ->sortable() ->searchable(),``

And if i add native(false) code i ll get the error method not found , how to fix ,
IMG_20231111_195234.jpg
Was this page helpful?