Laravel-admin: How to remove Refresh button ?

Created on 16 Aug 2018  ·  2Comments  ·  Source: z-song/laravel-admin

  • Laravel Version: 5.6.0
  • PHP Version: 7.1
  • Laravel-admin: 1.5.15

how to remove left side refresh button ?

Most helpful comment

$grid->tools(function ($tools) {
    $tools->disableRefreshButton();
});

All 2 comments

$grid->tools(function ($tools) {
    $tools->disableRefreshButton();
});

thank you very much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

antranapp picture antranapp  ·  3Comments

cdhraesaemer picture cdhraesaemer  ·  3Comments

greentornado picture greentornado  ·  3Comments

wangwenfan picture wangwenfan  ·  3Comments

donglianyou picture donglianyou  ·  3Comments