LoginSignup
0
0

【Filament 2.x】ヘッダーのグローバル検索を無効化する

Posted at

概要

標準でヘッダーにグローバル検索機能があります。これを無効化したい。

スクリーンショット 2023-05-18 15.03.42.png

無効化したいResourceクラスに以下のプロパティを追記


class StoreResource extends Resource
{
    protected static bool $isGloballySearchable = false;

スクリーンショット 2023-05-18 15.06.10.png

各ページごとに無効化するのはどうするんだろ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0