Skip to content

Cell Template Library

ericmbarnard edited this page Apr 11, 2012 · 26 revisions

#This is a Collection of Custom Cell Templates that you can re-use with KoGrid# ####If you have your own custom templates, please add to this!####


###Basic Editable Cell Template###

<script type="text/html" id="editCellTmpl">
    <div data-bind="kgCell: $cell" >
        <input type="text" data-bind="value: $cellValue" style="width: 80px"/>
    </div>
</script>

Author: Eric M Barnard


Clone this wiki locally