TonyGermaneri / canvas-datagrid

Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
BSD 3-Clause "New" or "Revised" License
1.44k stars 187 forks source link

docs: Update docs.js with missing types #569

Closed johanrd closed 10 months ago

johanrd commented 10 months ago

add type docs for: • style.columnHeaderCellBackgroundColor • style.columnHeaderCellBorderColor • style.columnHeaderCellBorderWidth • style.height • style.width

fix wrong doc comments for • columnHeaderCellCapBackgroundColor • columnHeaderCellCapBackgroundColor • columnHeaderCellCapBorderColor

ndrsn commented 10 months ago

This is great @johanrd, thank you!