Skip to content

would-code-again/brainy-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Bower version Published on webcomponents.org

Demo and API docs

<brainy-table>

brainy-table is a Polymer 1.x data table element.

Inspired by iron-data-table. Follows the guidelines of Material Design.

Features

  • Data filtering
  • Data sorting
  • Template support for each column
  • Two-way binding support
  • Custom styling support for templates
  • Flex support for cells
  • Native Shadow DOM support
  • Column manipulation, resizing, hiding, reordering
  • Custom header templates
  • Row details
  • Horizontal scrolling shadows
  • "Drag-and-drop" scroll

Special use cases

  • Limited amount of data (for infinite scrolling, consider using iron-data-table instead)
  • Table shouldn't be explicitly sized (height depends on rows count)
  • Rows can include dropdown menus etc (no transform is used, so table does not create z-index trap)

About

Polymer 1.x table element

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages