Oleksandr Lukakhin
Results
1
comments of
Oleksandr Lukakhin
do this in your resource ```php public static function canSort(NovaRequest $request, $resource): bool { return empty($request->input('orderBy')); } ```