react-data-table v6.0.4 Release Notes

Release Date: 2019-12-27 // over 4 years ago
  • 🛠 Fixes

    • #395 - thanks @kokutaro for adding missing typescript properties
    • 0️⃣ #399 createTheme and defaultThemes can now be imported when using typescript
    • 🛠 fixed typescript definition for column selector. It now correctly accepts a function row => row.field
    • 🛠 #388 when using a selector function and format together in a column definition format would be ignored - this is now fixed

    ✨ Enhancements

    • #397 - reduce bundle size
    • ➕ add typescript config to eslint