Hello community!
I hope you're doing well.
I wanted to know if it was possible to force the input to number as in <input type="number"> ?
Code like :
const columns = [
{ id: 'col1', name: 'Qantity', field: 'test', editor: Soho.Editors.Input, sortable: false, resizable: true },