We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca31923 commit 87d4437Copy full SHA for 87d4437
1 file changed
README.md
@@ -278,7 +278,7 @@ How to show different things in Ember Data Table
278
- `@autoSearch` :: If truthy, search is automatically triggered
279
without explicitly pressing search. If a number is provided, this is
280
the time in milliseconds to wait for input before sending the request (input douncing).
281
- If no number is supplied a default of 2000ms is used.
+ If not set, autosearch is enabled with a default wait of 2000ms.
282
- `@showMenu` :: If false, the component will hide the supplied
283
menu. This allows controlling whether the menu should be shown
284
dynamically. The menu may contain actions which act on the current
0 commit comments