diff --git a/README.md b/README.md index c97fce6..32244e1 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Inertia::render('Page/Index')->table(function (InertiaTable $table) { options: $languages, label: 'Language', defaultValue: 'nl', - noFilterOption: true + noFilterOption: true, noFilterOptionLabel: 'All languages' ); });