-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Vue3 + typescript support #1022
Comments
Hello, We are aware of this requirement and will try to support it in the next release - expected March, April 2023 |
it will be nice, im happy with jqgrid and I cant find suitable alternative in my project, i thought i need to make painful decision. if there is beta release kindly leave comment below i can help you test. |
Thanks. Sure I will let you know, when we are able to test and send you the work. Thanks again. Best Regards |
Hello! When is the new release? |
Hello, Sorry for the late answer. I was little busy these days. Since I'm new to typescript I have some confusions when try to use it. I followed the instructions from here: https://www.tutorialsteacher.com/typescript/converting-javascript-to-typescript but nothing is changed at all. Any help will be appreciated. |
I don't think there is a good way to convert js become typescript with proper design. You may add .d.ts for make your js accessible only in short time? |
I think what you want is to write a facade and not re-write the javascript. There's an incomplete example in https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jqgrid/index.d.ts |
so far any progress? |
I'm lost with this. Can you please point me for some direction on how this can be accomplished? Thank you. |
I'm tried to search online resources unfortunately I can't find suitable reference to you. imho below maybe some info for you: Basically you need to define function return type,, variables type in a defination file as below example
the defination file with extension .d.ts, I not so sure how to build jqgrid as library, you may try check this link, incorprate with declare .d.ts file. It maybe helpful |
there is some example inside here for declare props/interface in |
I'm existing JQGrid user since many years ago. We wish to migrate our software into vue3/typescript environment. Can I know how far JQgrid support it?
The text was updated successfully, but these errors were encountered: