You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Contents:
15
15
-[Installation](#installation)
16
16
-[Configuration](#configuration)
17
17
-[Usage](#usage)
18
-
-[How to customize buttons](#customize-buttons)
18
+
-[Tips and tricks](#tips)
19
19
-[Javascript Events](#javascript-events)
20
20
-[Renderers](#renderers)
21
21
@@ -241,7 +241,11 @@ You can find more detail about this use case [here](docs/tabular_input.md)
241
241
242
242
> Also you can find source code of examples [here](./docs/examples/)
243
243
244
-
## How to customize buttons
244
+
245
+
246
+
## Tips and tricks
247
+
248
+
### How to customize buttons
245
249
246
250
You can customize `add` and `remove` buttons via `addButtonOptions` and `removeButtonOptions`. Here is the simple example
247
251
how you can use those options:
@@ -262,6 +266,20 @@ how you can use those options:
262
266
263
267
```
264
268
269
+
### Work with empty list
270
+
271
+
In some cases you need to have the ability to delete all rows in the list. For this purpose you can use option `allowEmptyList` like in the example below:
0 commit comments