blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Fixing highlighting of selected table rows #173

Closed blackjackkent closed 2 years ago

blackjackkent commented 2 years ago

Description

This fix updates the refactored React-Table code to properly highlight when a row has been selected.

Motivation and Context

Fixes #171

Types of changes