Is your feature request related to a problem? Please describe.
When i get data from store i always need to manually check if it return value or undefined
Describe the solution you'd like
Has ability to explicitly define if undefined is allowed in cell. So it will be correctly typed.
ie:
open: {type: ["boolean", "undefined"], default: false},
Describe alternatives you've considered
Each time i use validation on useRow or useTable - this is not very convenient