Using pluck with a static table

Using pluck with a static table

drocdixdrocdix Posts: 2Questions: 2Answers: 0

I have a static html table and I'm trying to use the pluck() function to retrieve just the id column of my row that is selected. I get nothing when I do pluck('id'). If I create the table all in javascript, it works fine, but I don't want to go through that.

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Could you link me to a page showing the issue so I can debug it please?

    Allan

This discussion has been closed.