-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Column component registration fails with Typescript #29
Comments
Workaround: introduce the component in main.js, i.e. Column: import Column from "primevue/components/column/Column"; |
1.0.0-beta.6 should have fixed this. Could you please confirm? |
Cagatay, after upgrading to 1.0.0-beta.6 I am still seeing the same behavior. I am having problem with "Column". As long as it is registered like I mentioned before, it works, otherwise I am getting the same error as Michele's |
No, still have the same problem in 1.0.0-beta.6 |
Hmm, I can't see this with beta.6, today beta.7 is released with the new TreeTable and InputMask in addition to resizable columns for DataTable, please update to beta.7 and hopefully it will fix it. |
Cagatay, If you like, I've added you as a collaborator to https://github.com/fuvito/vuepv.git, you can see the problem over there, (after you login go to Admin --> Tiers) Will send you login credentials through other means, One note: I converted above project to TypeScript, and started getting other errors, then created a file Column.d.ts under ..\node_modules\primevue\components\column, then it started working again, --fuat not: projenin readme'si kullanici adi ve sifresini icermekte |
Ok, it happens with Typescript only, fixing now. |
Following the basic example of your documentation, DataTable does not work.
I report the console log error:
Dependencies
The text was updated successfully, but these errors were encountered: