Using pluck with a static table
Using pluck with a static table
drocdix
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.
This discussion has been closed.
Answers
Could you link me to a page showing the issue so I can debug it please?
Allan