0.1.2 • Published 7 years ago

ui-grid-custom-cell-select v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Custom Cell Selection Plugin for UI Grid

Install

Install using npm

npm install ui-grid-custom-cell-select

Install using bower

bower install ui-grid-custom-cell-select

Add plugin as dependency to your module

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.

<div ui-grid="gridOptions" class="grid" ui-grid-custom-cell-select></div>

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.

List of events

Public methods

Handling grouping

Todo

  • Improve documentation/readme
  • Cleanup code to meet UI-Grid module standards
  • Write tests
  • Add more features!

Support

If my plugin helped you, feel free to paypal me whatever you think it was worth!

Author

Plugin ui-grid-custom-cell-select was originally developed by Brenden Peterson.

License

The MIT License © 2016 - 2017