Hello, I have a feature request which I couldn't find in your README.
Would it be possible to add a way to open a set of rows by default?
For example:
JsonRepeatable::make('Repeatable')
->fullWidth()
->defaultRows(3),
->fields([
// Fields
]),
The above would create 3 rows, each containing the defined set of fields, without having to click x times on the "Add Row" div
Hello, I have a feature request which I couldn't find in your README.
Would it be possible to add a way to open a set of rows by default?
For example:
The above would create 3 rows, each containing the defined set of fields, without having to click x times on the "Add Row" div