FunctionCustomFormField({
form,
name,
label,
hasLabel = true,
createLabel,
...props
}: FormProps)
components/custom-form.tsx:91
FunctionDataTable({
columns,
data,
setPage,
setLimit,
limit,
setQ,
q,
isPending,
search,
importExcelHandler
components/data-table.tsx:51
FunctionDragDropUpload({
multiple = false,
fileType,
onUploadSuccess,
existingFiles = [],
onFileDelete,
})
components/drag-drop-upload.tsx:18
FunctionFormButton({
label,
className,
type = 'submit',
onClick,
icon,
loading,
...props
}: FormButtonProp & Butto
components/custom-form.tsx:305
FunctionFormView({
form,
loading,
handleSubmit,
submitHandler,
label,
height,
width,
edit,
}: Props)
components/form-view.tsx:27