Skip to content

JesseDahl/stStickyHeader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stStickyHeader

sticky table directive for smart-table

stStickeyHeader

install

bower install st-sticky-header npm install smart-table-sticky-header

dependencies

lrStickyHeader

example

<script src="angular.js"></script> <!-- add angular framework-->
<script src="lrStickyHeader.js"></script> <!-- add lrStickyHeader (script framework agnostic) --> 
<script src="smart-table.js"></script> <!-- add smart table angular module --> 
<script src="stStickyHeader.js"></script><!-- load directive --> 
<script>
  angular.module('myApp',['smart-table']) // bootstrap your app 
</script>

<table st-table="foo" st-sticky-header>  <!-- use st-sticky-header directive on the smart-table element -->

</table>

About

sticky table directive for smart-table

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%