Clone row
Allows to create a copy of record quickly, by substituting default values to create form
Instalation
To install the plugin:
npm install @adminforth/clone-row --save
Setting up
To setup the plugin just add it to your resource:
./resources/apartments.ts
import CloneRow from "@adminforth/CloneRow";
...
plugins: [
...
new CloneRow({}),
...
]