https://github.com/emalherbi-zz/efreezetable
A simple and powerful JQuery plugin thats Freeze thead and tfoot on tables.
https://github.com/emalherbi-zz/efreezetable
Last synced: about 2 months ago
JSON representation
A simple and powerful JQuery plugin thats Freeze thead and tfoot on tables.
- Host: GitHub
- URL: https://github.com/emalherbi-zz/efreezetable
- Owner: emalherbi-zz
- Created: 2016-04-29T17:30:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T12:02:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T19:55:18.674Z (3 months ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eFreezeTable
=========A simple and powerful JQuery plugin thats Freeze thead and tfoot on tables.

## Usage
```js
$('#table1').eFreezeTableHead();
$('#table2').eFreezeTableHeadFoot();
```## Example
eFreezeTable example, included in this repo in the docs directory.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Test your changes to the best of your ability.
4. Update the documentation to reflect your changes if they add or changes current functionality.
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request## Creator
Created and maintained by Eduardo Malherbi.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)