Closed vmagalhaes closed 5 years ago
Have you included all dependency scripts in your page?
@mydea
Yeh! Inside of angular.json
Hmm, not sure then. I don't actively use this package anymore, so to be honest this is pretty much in maintenance-only mode. Might be related to a newer handsontable version or something similar, maybe? I Also don't really know how the cells
function works, I've only ever tested this with defining it in columns
.
Ah ok, I will try in another way, thanks for you help :+1:
Hi,
I'm trying to use this plugin on cells functions, that way:
` cells: (row, col, prop) => { let cellMeta ={};
But I'm having this error:
Uncaught Error: No editor registered under name "chosen"
Any help? Thanks.