Gridjs Versions Save

Advanced table plugin

2.1.0

3 years ago

2.1.0 (2020-10-03)

:rocket: New Feature

Committers: 1

2.0.0

3 years ago

2.0.0 (2020-09-27)

:rocket: New Feature

  • #267 BREAKING CHANGE: adding selector to columns and changing the type of ID to string (@afshinm)
  • #266 Adding nested headers (@afshinm)
  • #229 feat(td): adding custom attributes config (@afshinm)

:boom: Breaking Change

  • #267 BREAKING CHANGE: adding selector to columns and changing the type of ID to string (@afshinm)

Column id field doesn't accept function anymore. Use selector field instead, e.g.:

{
  columns: [{
    selector: (row) => row.name.first,
    name: 'First Name'
  }, {
    selector: (row) => row.name.last,
    name: 'Last Name'
  }]
}

:house: Internal

Committers: 2

1.17.0

3 years ago

1.17.0 (2020-08-31)

:rocket: New Feature

:house: Internal

Committers: 2

1.16.0

3 years ago

1.16.0 (2020-08-28)

:rocket: New Feature

  • #226 feat(table): adding data-column-id attribute to td and th elements (@afshinm)

:house: Internal

  • #226 feat(table): adding data-column-id attribute to td and th elements (@afshinm)

Committers: 2

1.15.4

3 years ago

1.15.4 (2020-08-23)

:bug: Bug Fix

  • #220 fix(grid): should set status to Rendered after Loaded (@afshinm)

:house: Internal

  • #220 fix(grid): should set status to Rendered after Loaded (@afshinm)

Committers: 1

1.15.3

3 years ago

1.15.3 (2020-08-23)

:rocket: New Feature

  • #219 feat(container): setting the state to Status.Ready once the component is rendered (@afshinm)

:house: Internal

  • #219 feat(container): setting the state to Status.Ready once the component is rendered (@afshinm)

Committers: 2

1.15.2

3 years ago

1.15.2 (2020-08-09)

:bug: Bug Fix

  • #201 fix(from): use innerHTML if td/th has one text element (@afshinm)

Committers: 2

1.15.1

3 years ago

1.15.1 (2020-08-02)

:bug: Bug Fix

  • #191 fix(server): Server initiator must remove functions from args (@afshinm)

Committers: 1

1.15.0

3 years ago

1.15.0 (2020-08-02)

:rocket: New Feature

Committers: 2

1.14.0

3 years ago

1.14.0 (2020-07-25)

:rocket: New Feature

:house: Internal

Committers: 1