SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

Prevent unnecessary deselect/select when an already selected item is selected #1449

Closed msssk closed 4 years ago

msssk commented 4 years ago

Fixes #1011

When a selected row or cell is clicked on (or focused and spacebar pressed) dgrid will deselect it (and fire a deselect event) and re-select it (and fire a select event). This PR prevents the unnecessary deselect/select process.