Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Column header cell's become buttonsΒ #667

@rorgonas

Description

@rorgonas

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:

  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;
  }
  1. api/output/Backgrid.HeaderCell.js
    <code>{&quot;click button&quot;: &quot;onClick&quot;}</code>

Please confirm if this is a bug or a new feature. Thank.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions