Wouter Hager
Wouter Hager
I've added `selectionMode:"none"` to the grid instantiate params, but I can still check the box by clicking anywhere in the cell.
@ahmad-atallah If I recall correctly I just made a custom override of sorts. It's been too long and I'm not using Dgrid anymore.
Simply install node and run `node ups.js` You'll need to install the node-ffi dependency using npm: `npm install ffi` https://github.com/node-ffi/node-ffi
Docs for node-ref: https://tootallnate.github.io/ref/
@cruppstahl Ah yes, I was looking in the wrong place. You're right, `string` seems to be the correct type for anywhere that I've used `char_ptr`. I get a lot of...
@cruppstahl the status is stringified in the line before the actual call to `ups_strerror` and its subsequent output. Perhaps the contents of the status pointer could tell you something?
@cruppstahl Ah of course, I think it says 'unknown error' because there is none. Please ignore the previous comment, the data of status is empty every time!
@cruppstahl I've updated the gist to a working script, but I don't understand the values of the buffers. It's getting late, I'll continue tomorrow. https://gist.github.com/wshager/edf7bb5d58d4873fea88
@cruppstahl Are you still interested in supporting node? I would like to give this another try, but I'm having trouble with doing inserts, as I don't have the correct key/record...