ng2-smart-table icon indicating copy to clipboard operation
ng2-smart-table copied to clipboard

(mouseover) does not return what documentation says it does

Open TaylorZaneKirk opened this issue 7 years ago • 1 comments

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.

TaylorZaneKirk avatar Sep 08 '17 20:09 TaylorZaneKirk

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

nasouhmr avatar Jan 05 '22 07:01 nasouhmr