JohnTendik / jtrt-tables

A Wordpress plugin to help users create responsive tables without having to read or write code.
GNU General Public License v2.0
22 stars 6 forks source link

Change highlight mouse events to use event delegation on td elements #68

Closed ghost closed 6 years ago

ghost commented 6 years ago

When row and column highlighting options were checked, if the table had pagination, subsequent pages did not trigger mouseenter and mouseleave events, because the td elements were created dynamically; therefore event delegation must be used.

ghost commented 6 years ago

Closing this PR for now; needs more testing.