Page 1 of 1

Sheet : handsontable version

Posted: 21 Aug 2018, 18:26
by bug007
How is it possible to know wich handsontable version is use on pe:sheet by Extensions version ?
How can change or choose one other (if it is possible) ?

Re: Sheet : handsontable version

Posted: 21 Aug 2018, 19:12
by Melloware
PFE 6.2.8 = HandsonTable 5.0

I just updated to 5.0.1 for the next release.

https://github.com/primefaces-extension ... issues/607

Unfortunately the way JSF works you can't really plug your own version in at runtime, you have the use the version the component serves up.

Re: Sheet : handsontable version

Posted: 21 Aug 2018, 19:51
by bug007
OK, but for the futur, is there a way to see which version is implemented on pe:sheet, like a comment line, a pom.xml or something like that ?
Perhaps, could you add the version on the show case ?

Re: Sheet : handsontable version

Posted: 21 Aug 2018, 19:55
by Melloware
Well I can maybe figure out a way but for now simply open up a Javascript console in your browser and type..

Code: Select all

Handsontable.version;
Result:
"5.0.0"

Re: Sheet : handsontable version

Posted: 21 Aug 2018, 20:10
by bug007
Great, this is a good solution ;)
Thanks