Custom Cell Selection Plugin for UI Grid
npm install ui-grid-custom-cell-selectCustom Cell Selection Plugin for UI Grid
=================================
sh
npm install ui-grid-custom-cell-select
`
Install using bower
`sh
bower install ui-grid-custom-cell-select
`
Add plugin as dependency to your module
`js
angular.module("app", ["ui.grid", "ui.grid.custom-cell-select"]);
`
Usage
To add custom cell selection functionality you have to insert ui-grid-custom-cell-select directive to your table.
`html
`
Additional styling
When you select grid cells ann additional css class (ui-grid-draggable-row-over`) is applied to them. This plugin has default styling for these elements. If you are using __less__ you could import styles into your application.