extension.json 743 B

12345678910111213141516171819
  1. {
  2. "name": "Sticky Header",
  3. "version": "1.0.0",
  4. "description": "An extension which provides a sticky header for table columns when scrolling on a long page and / or table. Works for tables with many columns and narrow width with horizontal scrollbars too.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header",
  6. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/sticky-header.html",
  7. "plugins": [
  8. {
  9. "name": "bootstrap-table-sticky-header",
  10. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header"
  11. }
  12. ],
  13. "author": {
  14. "name": "vinzloh",
  15. "image": "https://avatars0.githubusercontent.com/u/5501845"
  16. }
  17. }