Skip to content

Instantly share code, notes, and snippets.

View pete-hotchkiss's full-sized avatar
🏠
Working from home

Pete Hotchkiss pete-hotchkiss

🏠
Working from home
View GitHub Profile
@ajile-in
ajile-in / ag-grid.js
Last active August 31, 2016 12:39
Using ag-grid with Aurelia Framework
import { bindable, inlineView } from 'aurelia-framework';
import * as ag from 'ag-grid';
@inlineView(`
<template class="ag-fresh" style="align-self: stretch; flex-grow: 1; -ms-flex: 0 1 auto; flex: 1 1 100%;">
</template>
`)
export class AgGrid {
@bindable columns;
@bindable rows;