row data on button action

row data on button action

montoyammontoyam Posts: 568Questions: 136Answers: 5

How do I access the data for the selected row on click of a table Button

                buttons: [
                    {
                        text: 'Download PDF',
                        action: function (e, dt, node, config) {
                            alert(dt[BillingHeaderID]);
                        }
                    }
                ]

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.