As shown above, it only shows add button at first time page load, if user click submit button it will pass the validation because there is no input field to validate and then goes reach the API, because the system requires at least one record exists, I need to show one row initially. is there any props, setting or means to achieve that.
ref: https://marmelab.com/react-admin/SimpleFormIterator.html

SimpleFormIteratoris meant to be used as an iterator of a parent input, such as theArrayInput.Then you should set the
defaultValueof the parent input to have a record on mount.You can check the usage of the
ArrayInputin combination with theSimpleFormIteratorin the simple project demo: https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple?file=README.md