postProcess row function
deely3 opened this issue · 1 comments
deely3 commented
Is it possible to assign a function to a row (rather than column) in the postProcess object? Or, is it only possible using the menu callback? I'd like to: 1) highlight hovered rows and 2) assign a function to the onclick event of a row.
deely3 commented
Realized I can just create a new column with the functionality I need (edit, delete, etc.) and assign the row value to a function embedded in the cell. No need to assign anything to the entire row, especially if it's not already implemented. Thanks