Nested folder support
right now we have single folder support, let's have the nested folder support
IFieldKeeperItem will have the following props
folders: IFieldsKeeperFolder[]
interface IFieldsKeeperFolder {
id: string;
label: string;
icons: 'table' | 'folder'
}
Nested folder support
right now we have single folder support, let's have the nested folder support
IFieldKeeperItem will have the following props
folders: IFieldsKeeperFolder[]
interface IFieldsKeeperFolder {
id: string;
label: string;
icons: 'table' | 'folder'
}