ng2-smart-table
ng2-smart-table copied to clipboard
(mouseover) does not return what documentation says it does
Expected as per the documentation:
event: Object, consist of:
data: Object - highlighted row data object
source: DataSource - table data source
But all it actually does it just returns a normal mouse event.
There is no "data" object attached to the event.
EDIT: After looking through the table's code, I realized its (rowHover). NOT (mouseover) like it is in the documentation.
Thanks, you saved me after5 years! I think they should update ng2 table to handle (rowClick) too, also its very useful if we need context menu right click