i created react app using metronic 8 react some scripts not working
how can i use datatable for table like filter on columns, export pdf, csx and search in react
Hi,
Unfortunately, the export functionality is not implemented by default, we will consider adding such functionality in upcoming releases.
You can find demo of filter and search on User Managment page
https://preview.keenthemes.com/metronic8/react/demo1/apps/user-management/users
For search you can check file: src/app/modules/apps/user-management/users-list/components/header/UsersListSearchComponent.tsx
For filter file: src/app/modules/apps/user-management/users-list/components/header/UsersListFilter.tsx
How to include image upload component to my react app
Hi,
Are you mentioning the Metronic HTML image upload component?
If yes, you can't use it, cause it's based on jQuery, we don't use jQuery in our SPA applications (React, Angular. Vue).
If not, you can use 3d party library, like this https://www.npmjs.com/package/react-images-uploading
Regards,
Keenthemes support
Hi,
Could you please describe all cases (paths, files, URLs) where you have the issues one be one? Cause without details we aren't able to investigate the cases.
Regards,
Keenthemes support