Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 867 Bytes

HISTORY.md

File metadata and controls

56 lines (32 loc) · 867 Bytes

History


4.2.0 / 2016-06-16

  • Header can be scroll in fixed-columns Table

4.1.0 / 2016-06-01

  • Support nested string of dataIndex
  • Fix fixed Table with expand row

4.0.0 / 2016-04-18

  • Support fixed columns
  • Add scroll prop
  • Add defaultExpandAllRows prop
  • Add onExpand prop
  • Add rowRef prop

3.11.0 / 2016-02-25

  • Add prop showHeader
  • support render footer via footer={() => <div>xxx</div>}

3.10.0 / 2016-02-22

  • Add prop expandIconColumnIndex

3.9.0 / 2016-01-19

  • support pinned and paging columns.

3.8.0

  • Add onRowClick

3.7.0

  • Add childenIndent

3.6.0 / 2015-11-11

  • add defaultExpandedRowKeys/expandedRowKeys/onExpandedRowsChange prop

3.5.0 / 2015-11-03

  • Add colSpan and rowSpan support

3.3.0 / 2015-10-27

  • support react 0.14

3.2.0 / 2015-09-09

  • add expandIconAsCell prop