After the last build update from v0.3.7 to v0.3.8 our header cell's become buttons. Checked in [commit](https://github.com/cloudflare/backgrid/commit/c7518bbbb9aad641073f0b19716e54bb68ac5679). We can see following changes: 1. lib/backgrid.css: header cells element selector has been changes ``` @@ -62,8 +62,11 @@ background-color: #f9f9f9; } -.backgrid thead th a { +.backgrid thead th button { display: block; + padding: 0; + background: none; + border: none; } ``` 2. api/output/Backgrid.HeaderCell.js `<code>{"click button": "onClick"}</code>` Please confirm if this is a bug or a new feature. Thank.
After the last build update from v0.3.7 to v0.3.8 our header cell's become buttons.
Checked in commit. We can see following changes:
<code>{"click button": "onClick"}</code>Please confirm if this is a bug or a new feature. Thank.