Skip to content

Commit 8579a70

Browse files
chore: update readme
1 parent 9087bf1 commit 8579a70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ fields:
4242
| duplicate | `bool` | `true` | Toggles duplicating columns and rows in the table |
4343
| empty | `string` | `-` | The placeholder text if no rows exists |
4444
| help | `string` | `-` | Optional help text below the field |
45-
| index | `int`, `bool` | `1` | Specifies the starting index. If set to `false`, it removes the index column; in this case, `sortable` would be disabled as well |
46-
| label | `string` | `-` | Set the label above the field |
47-
| maxColumns | `int` | `5` | Set the maximum allowed columns in the table |
48-
| minColumns | `int` | `2` | Set the minimum required columns in the table |
45+
| index | `int`, `bool` | `1` | Specifies the starting index. If set to `false`, it removes the index column; in this case, `sortable` would be disabled as well |
46+
| label | `string` | `-` | Set the label above the field |
47+
| maxColumns | `int` | `8` | Set the maximum allowed columns in the table |
48+
| minColumns | `int` | `2` | Set the minimum required columns in the table |
4949
| sortable | `bool` | `true` | Toggles drag & drop sorting |
5050
| translate | `bool` | `true` | If `false`, the field will be disabled in non-default languages and cannot be translated. This is only relevant in multi-language setups. |
5151

0 commit comments

Comments
 (0)