Skip to content

sebslomski/angular-floatThead

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-floatThead Build Status

angular-floatThead is a very simple wrapper around the awesome floatThead library by @mkoryak

Installation

via bower:

$ bower install angular-float-thead

Usage

  1. Include angular-float-thead as a dependency for your app
angular.module('myApp', ['angular-floatThead'])
  1. Specify float-thead on your table element and optionally pass through a floatThead object as a parameter, eg: <table float-thead="floatTheadOptions">

  2. If you want the directive to reinitialize when your tables data changes then specify an ng-model on your table and it will watch the collection/object and call 'reflow' when the data changes.

About

A very simple AngularJS wrapper around the awesome floatThead library

Resources

License

Stars

Watchers

Forks

Packages

No packages published