Skip to content

An Aurelia data table control styled using the Semantic-UI CSS framework.

Notifications You must be signed in to change notification settings

donnelljenkins/aurelia-semantic-datatable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aurelia-semantic-datatable

An Aurelia data table control styled using the Semantic-UI CSS framework.

Demo

Aurelia Semantic Grid Demo

Documentation

Installing the plugin

Install via JSPM

jspm install github:donnelljenkins/aurelia-semantic-datatable

*Coming soon.

Example Usage

<data-table datasource.bind="items" filters-changed.bind="filtersChanged" sort-changed.bind="sortChanged">
	<column property="name" filterable sortable></column>
	<column property="title" filterable sortable></column>
	<boolean-column property="active" filterable sortable></boolean-column>
	<button-column heading="Actions" caption="Select" click.call="semanticGridButtonClick($event)"></button-column>
	<custom-column view="../../../../../src/examples/grids/demo-custom-column-template.html" heading="Custom"></custom-column>
	<column property="id" alignment="right"></column>

  <template replace-part="footer">
		<tr><td colspan.bind="columns.length">This is the Aurelia Semantic-UI grid!  We tried to make using it as simple as possible.</td></tr>
	 </template>
</data-table>

Dependencies

About

An Aurelia data table control styled using the Semantic-UI CSS framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published