Row/Column/Cell Highlight on handsontable

Issue #421 new
Ulas created an issue

It would be great to enable/disable highlight of current row/column/cell as well as to be able to format it. The column is already possible by default but would be good to customize that too.

Something like this

// This will add a 'currentRow' class name to appropriate table cells.
currentRowClassName: 'currentRow',

More info here: https://handsontable.com/docs/8.4.0/Options.html#currentHeaderClassName

Example: http://www.didierrobert.re/wp-content/plugins/easy_tables/assets/lib/jquery-handsontable/demo/current.html

Just hit the “Edit in JS fiddle”

Comments (1)

  1. Log in to comment