reactabular v1.2.3 Release Notes

Release Date: 2016-08-08 // over 7 years ago
    • Feature - reactabular - New search-columns module for searching per column (UI).
    • Feature - reactabular - New search-field module for searching (UI).
    • Feature - table - Make rowKey propType check compatible with React 15.3. It should give you better output during development now.
    • Feature - easy - Expose headerExtra prop. It can be used to inject extra rows to a header. This works well with reactabular-search-columns.
    • Feature - easy - Expose onSort and sortingColumns props. These are useful for implementing sorting persistency.