Hi !
Once more - thank you for such a great framework!
Is it possible to add a validation of field via custom function?
In my case i want to validate if the value is in some range based other field value (e.g. apartment number based on selected house)
somethink like
columns: [{name: 'flat',type: AdminForthDataTypes.STRING,validation: [{function: function(value,record){return{ok: false}},message: 'callback error',},],}...]Or other case - make enum array dynamically updated based on connected field (but i think this one is harder to implement)
Hi !
Once more - thank you for such a great framework!
Is it possible to add a validation of field via custom function?
In my case i want to validate if the value is in some range based other field value (e.g. apartment number based on selected house)
somethink like
Or other case - make enum array dynamically updated based on connected field (but i think this one is harder to implement)