Skip to content
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

AppendGrid1 -> v2 #144

Open
cottonfieldusa opened this issue Jan 24, 2023 · 5 comments
Open

AppendGrid1 -> v2 #144

cottonfieldusa opened this issue Jan 24, 2023 · 5 comments
Labels

Comments

@cottonfieldusa
Copy link

Hi,
I am in the processing upgrading v1 to v2 .
I notice the site help and sample link is gone for v1.
Please have the links working for v1 for help and demo.
Thank you
Q

@hkalbertl
Copy link
Owner

Hi cottonfieldusa,

As the web hosting company (AppHarbor) was closed last year, I just moved the latest version (v2) website to new hosting company. Now, I deployed the v1 website to here.

Hope your migration to v2 will be smooth.

@cottonfieldusa
Copy link
Author

cottonfieldusa commented Jan 26, 2023 via email

@cottonfieldusa
Copy link
Author

Thanks for have v1 link availabe.
Is there possibility to support v2 through Jquery 3.6 ?
Or upgrad 1.x to suport it?

Currently using v2 almost feel like re-write since
we have extensively use jquery in to the software with appendgrid 1.x

I would like to finiancial support this if it is feasible.
Q

@hkalbertl
Copy link
Owner

Hi cottonfieldusa,

I am afraid AppendGrid v2 will continue with ES6 and there is no plan to add back jQuery supports.
Actually, I believe that is no compatibility issue between AppendGrid v2 and jQuery 3.
And I tried to keep the options' name the same so I guess it is not to hard to just change the init code from

$('#yourGrid').appendGrid({/* options */});

to

const yourGrid = new AppendGrid({ element: "yourGrid", /* options */});

Hope it can help. Thanks!

@cottonfieldusa
Copy link
Author

cottonfieldusa commented Feb 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants