项目作者: toddpiltingsrud

项目描述 :
A bootstrap table web component
高级语言: JavaScript
项目地址: git://github.com/toddpiltingsrud/gridponent.git
创建时间: 2015-11-18T23:30:38Z
项目社区:https://github.com/toddpiltingsrud/gridponent

开源协议:

下载


gridponent v0.1

A Bootstrap grid component.

Features:

  • Bootstrap-ready
  • Client side sorting, paging and searching
  • Server side sorting, paging and searching
  • Inline editing
  • Modal editing
  • Column templating
  • Toolbar templating
  • Override base templates
  • Cell value formatting using moment.js and numeral.js
  • Specify custom CSS classes for header, body and footer
  • Fixed headers
  • Fixed footers
  • Responsive
  • Configurable search and pager positions
  • Row selection
  • An extensible JavaScript API
  • Create grid instances via custom HTML markup or JavaScript
  • Web component support*

See it in action here.

Dependencies:

  • jQuery >= 2.1.4
  • Bootstrap >= 3.0.0
  • momentjs >= 2.12.0
  • numeraljs >= 1.4.5

Semantic Versioning

*Shadow DOM is not used because it is not yet widely supported.