KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

Cell and row template name

Open henninga opened this issue 10 years ago • 1 comments
trafficstars

Hi

Is it possible to specify cell template name instead of the actual cell template in columnDefs? Seems a bit awkward to include lots of html in my javascript.

If not, would it be possible to add it?

henninga avatar Feb 27 '15 08:02 henninga

@henninga As mentioned in the docs this feature was removed. You may consider storing the templates in a location on your server and let the library fetch them for you. Another way to achieve this is using RequireJS.

crissdev avatar Mar 01 '15 20:03 crissdev