knockout.js - Can I use custom filters with KOGrid? -


i have custom filters, put them outside of grid nicer if located @ same place built in one, can somehow alter filter template or in other way alter built in filter view?

this view want extend custom filters

enter image description here

currently grid menu (filter view) not have custom/editable template.

it part of whole gird template: gridtemplate.html

so option copy gridtemplate.html , add custom filter there , configure kogird use template with:

kg.defaultgridtemplate = function() {   return 'your new grid template html'; } 

Comments