-
Notifications
You must be signed in to change notification settings - Fork 76
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
Comments
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. |
v1 still works well with Jquery
Migration is not smooth...
We have lots of things done Bootstrap 3 can not change to Bootstrap 4.
Anyway, Happy New Year!
Thank you!
I need to investigate further into v2 and see where I can go with this.
Q
…On Thu, Jan 26, 2023 at 5:13 PM Albert L. ***@***.***> wrote:
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 <https://appendgridv1.bsite.net/>.
Hope your migration to v2 will be smooth.
—
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2DFZN2I44FWYLPJECEQTWULZKPANCNFSM6AAAAAAUFKKVGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for have v1 link availabe. Currently using v2 almost feel like re-write since I would like to finiancial support this if it is feasible. |
Hi cottonfieldusa, I am afraid AppendGrid v2 will continue with ES6 and there is no plan to add back jQuery supports. $('#yourGrid').appendGrid({/* options */}); to const yourGrid = new AppendGrid({ element: "yourGrid", /* options */}); Hope it can help. Thanks! |
Ok, thanks.
…On Sun, Feb 12, 2023 at 2:10 PM Albert L. ***@***.***> wrote:
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!
—
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2DF2LOOY5GQUSJPJL5NDWXEYSJANCNFSM6AAAAAAUFKKVGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
The text was updated successfully, but these errors were encountered: