KoGrid
KoGrid copied to clipboard
Cell and row template name
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 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.