Skip to content

Instantly share code, notes, and snippets.

@ronaksbhavsar
ronaksbhavsar / app.html
Last active April 20, 2017 05:22
enforce minimum column width grid
<template>
<require from="aurelia-kendoui-bridge/grid/grid"></require>
<require from="aurelia-kendoui-bridge/grid/col"></require>
<require from="aurelia-kendoui-bridge/common/template"></require>
<require from="aurelia-kendoui-bridge/button/button"></require>
<div id="example">
<div class="demo-section k-content">
<ak-grid k-height="300" k-widget.bind="grid" k-on-ready.delegate="onReady($event.detail)" k-resizable.bind="true" k-data-source.bind="datasource" k-sortable.bind="true">
</ak-grid>