Per cell context

Per cell context

dnorthwestdnorthwest Posts: 1Questions: 1Answers: 0

Hi there, I'm trying to figure out if I can stash some extra data on a per cel basis. My scenario is something like this, each cell has a unique URL I will use to call back to my server and save/edit/modify/whatever the data. In order to do so I want the cel to contain the URL endpoint plus a unique ID that I create when I initiate the table.

When a user clicks on that cell and takes some action (save, edit, or just click for example), I want my code to get called with the content of that cel so I can pull out the URL and ID and do the right thing.

I hope the question makes sense...

This discussion has been closed.