fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Borders on column and row headers #616

Closed stopaalex closed 7 years ago

stopaalex commented 7 years ago

Trying to figure out if there is a way to create a bottom border for the columnHeaders and a right border for the rowHeaders.

Dwaynekj commented 7 years ago

Hey @stopaalex,

Not at the moment. Note you can override this function https://github.com/fin-hypergrid/core/blob/master/src/renderer/index.js#L970 to do just that