mirror of
https://github.com/gosticks/react-table.git
synced 2026-03-31 09:54:30 +00:00
Change actions and addActions to be simpler to use
This commit is contained in:
@@ -14,9 +14,7 @@ import {
|
||||
|
||||
defaultState.sortBy = []
|
||||
|
||||
addActions({
|
||||
sortByChange: '__sortByChange__',
|
||||
})
|
||||
addActions('sortByChange')
|
||||
|
||||
const propTypes = {
|
||||
// General
|
||||
|
||||
Reference in New Issue
Block a user