Skip to content

Instantly share code, notes, and snippets.

View Alex-Bubblemaster's full-sized avatar

Alex Hajigeorgieva Alex-Bubblemaster

View GitHub Profile
@Alex-Bubblemaster
Alex-Bubblemaster / app.html
Last active March 2, 2017 14:40 — forked from johntom/app.html
Grid: frozen columns
<template>
<require from="aurelia-kendoui-bridge/grid/grid"></require>
<require from="aurelia-kendoui-bridge/grid/col"></require>
<require from="aurelia-kendoui-bridge/grid/grid-command"></require>
<h1>Forked frozed columns</h1>
<ak-grid k-data-source.bind="datasource" id="grid" k-widget.bind="grid"
k-on-data-bound.delegate="onDataBound($event.detail)"
k-sortable.bind="{ mode: 'multiple', allowUnsort: 'true'}"