Open cottonfieldusa opened 1 year ago
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 https://github.com/hkalbertl/jquery.appendGrid/issues/144#issuecomment-1405742045, 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. 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
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!
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 https://github.com/hkalbertl/jquery.appendGrid/issues/144#issuecomment-1427109539, 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