Skip to content

Row, Cell Hover and Select

demo

loading

API

Related Props:

keyTypeDefaultDescription
rowHoverbooleantrueWhether to highlight hovered rows
rowActivebooleantrueWhether to highlight selected rows
rowCurrentRevokablebooleantrueWhether clicking on the current row again can deselect it (when rowActive=true)
cellHoverbooleanfalseWhether to highlight hovered cells
cellActivebooleanfalseWhether to highlight selected cells
selectedCellRevokablebooleantrueWhether clicking on the cell again can deselect it (when cellActive=true)

Released under the MIT License