i use scrollable data table to generate a two column table. first column i generate delete buttons for each component that i situate in second column.
how could i do a link between buttons and elements...i need an id for each row or something...how could i do that?
If you think you've done too much, usually it means you've done too few.
Mansi Mishra
Ranch Hand
Joined: Dec 26, 2008
Posts: 50
posted
0
That shouldn't be required.
You could use a button with just one id, and on click of the command button pass the unique value of the record/row to the javascript/action method.