We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#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