2.0.1 • Published 6 years ago

@particles/crud-permissions-table v2.0.1

Weekly downloads
8
License
Procore Developer...
Repository
github
Last release
6 years ago

CRUD Permissions Table

npm.io npm.io npm.io

A table to manage CRUD permissions.

Example

crud_table

Change Log

2.0.0
  • React 16
1.3.2
  • Webpack dev server upgrade
1.3.1
  • collapsed group rows use display none to keep tooltip bindings
1.3.0
  • introduce react-tooltip to disabled cells
1.2.1
  • built with an unclean git status, picked up undesired css
1.2.0
  • added editable data attr to cell
1.1.3
  • when an entire column in a group was disabled, the group box was checked
1.1.2
  • lodash.clonedeep to prevent the table from touching memory that the parent component has
1.1.1
  • commit the built file
1.1.0
  • add uneditableOptions array to rows for disabling checkboxes
  • add a disabled style
  • remove reference to deleted shared reset css

1.0.0, 1.0.1

  • Initial commit and publish