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

Column header cell's become buttons #667

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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