typeof cell smart table always string
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.6k
- Forks
- 867
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I putted some condition for columns like for example the input must be a number for example:
```
onCreateConfirm(event): void {
var data = { cost : event.newdata.cost}
if( typeof data.cost !== "number") { window.confirm("enter a number please") else { ..do thnigs..}
}
```
The problem here is any data that i enter is always evaluated as type strings even dates.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.