Skip to content

Commit

Permalink
Update package version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
cicada1992 committed Nov 17, 2019
1 parent 0ff57e3 commit 4d37c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/react-compact-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ https://cicada1992.github.io/react-compact-table/
| footerColor | string | | default: none
| selectable | boolean | | activate to select (radio button in first column)
| selectedId | string | | inject selected id
| noRadioButton | boolean | | you can apply selectable row without radio button
| onRowClick | (id: string) => void | | inject callback function to change clicked id
| removable | boolean | | activate to remove (be added *X* icon end of each row)
| onRemoveClick | (id: string) => void | | inject callback function to remove clicked id
Expand Down
2 changes: 1 addition & 1 deletion packages/react-compact-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-compact-table",
"version": "0.0.5",
"version": "0.0.6",
"description": "Compact and Easy to use react table(render props pattern)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4d37c1b

Please sign in to comment.