Skip to content

Releases: ninetynine/react-table

v1.1.1

05 Apr 11:29
Compare
Choose a tag to compare
  • Add react-dynamic-table-clickable class when onRowClick is not a noop (#6)

v1.1.0

04 Apr 22:37
Compare
Choose a tag to compare
  • Implement the fieldWidths prop (#5)
  • Move default row renderer to helpers file as Row (#5)
  • Add default row renderer to index exports (#5)

v1.0.2

30 Mar 20:44
Compare
Choose a tag to compare

Patches

  • Re-implement params prop when using fetch

v1.0.1

30 Mar 20:28
0cf53c0
Compare
Choose a tag to compare
Patches
  • Remove axios dependency (#4)

v1.0.0

30 Mar 15:49
Compare
Choose a tag to compare

🎉

v1.0.0-canary.2

30 Mar 15:47
5a6d0b9
Compare
Choose a tag to compare
v1.0.0-canary.2 Pre-release
Pre-release
  • v1.0.0-canary.2 (#2)
    • onMasterCheckboxChange -> onMasterToggle
    • onRowCheckboxChange -> onRowToggle
    • Convert actions from a node to a function
    • Add safe handling for object values

v1.0.0-canary.1

29 Mar 17:32
17cf407
Compare
Choose a tag to compare
v1.0.0-canary.1 Pre-release
Pre-release

Initial functionality

  • v1.0.0-canary.1 (#1)
    • Static
      • Custom row rendering
      • Custom row identifier
      • Row click callback
      • Custom empty row rendering
      • Value manipulation
      • Field Mapping
      • Field ordering
        • Strings
        • Regex
      • Fields to exclude
        • Strings
        • Regex
      • Fields to include
        • Strings
        • Regex
      • Optional header rendering
      • Custom footer rendering
      • Custom row action rendering
      • Checkboxes
        • Master
        • Row
      • Pagination
        • Page buttons
        • Change per page limit
    • Dynamic
      • Custom loading row rendering