@particles/crud-permissions-table

A table to manage CRUD permissions.

Usage no npm install needed!

<script type="module">
  import particlesCrudPermissionsTable from 'https://cdn.skypack.dev/@particles/crud-permissions-table';
</script>

README

CRUD Permissions Table

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