Joe, et al, While I have been pondering your excellent code, I found j64-805/addons/ide/jhs/jtable.ijs which does most of the same things and is based on handsontable/jquery. I suspect that it would be better to use jtable.ijs than to use jquerydemo.ijs if I can somehow find or generate the equivalent of `selectedCoordinates` in that code and if the various needed other features are available for free.
I have found that getSelected() gives virtually the same result as selectedCoordinates at the following link and I have 2 questions (at least). Is getSelected() free, and if so, how can it be accessed in jtable.ijs? https://docs.handsontable.com/pro/1.8.0/Core.html#getSelected On Thu, Nov 10, 2016 at 11:23 AM, Joe Bogner <[email protected]> wrote: > I've updated the demo to post the data to the server: > http://209.177.92.233/jquerydemo > > code is updated: https://gist.github.com/joebo/ > 556b9987f629eef306799fef47f2818d > > It works by having a button on the form which can be invoked manually > or will be automatically invoked when the mouseup event happens. The > button can be hidden using a checkbox to illustrate that the > functionality works without the button being visible > > Hope this helps! > > Joe > > > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
