Json Form Structure - B M SOLUTION
  • Json Form Structure

     [

    {

            "wrappers": [

                "sectionbreak"

            ],

            "fieldGroupClassName": "form-column col-sm-12 row",

            "templateOptions": {

                "hidesection": true,

                "fieldname": "from_date"

            },

            "fieldGroup": [

    {

                    "className": "col-sm-6",

                    "fieldGroup": [

    {

                         col 1

                    }, 

    {

                          col2

                        }, 

    {

                            col3

                        }


                    ]

             }, 

    {

                    "className": "col-sm-6",

                    "fieldGroup": [

    {

                            col1

                        },

    {

                           col2

                        }


                    ]

                }


            ]

        }

    ]


  • You might also like

    No comments :

    Post a Comment