{"status":"success","data":"<style>\r\n.table-striped-alter tbody tr:nth-of-type(even) {\r\n    background-color: #fff !important;\r\n}\r\n</style>\r\n\r\n            \r\n                    \r\n                            \r\n                                    \r\n    <div class=\"table-responsive mt-1 mb-3\">\r\n        <table id=\"staffTable\" class=\"table table-02 table-striped-alter tablegeneral\">\r\n            <thead>\r\n                <tr>\r\n                    <th>Name</th>\r\n                    <th>Designation</th>\r\n                    <th>Position</th>\r\n                    <th>Services</th>\r\n                    <th>Section</th>\r\n                </tr>\r\n            </thead>\r\n            <tbody>\r\n                \r\n                    \r\n                                                <tr>\r\n                                <td colspan=\"5\" style=\"background-color:#f0f0f0; font-weight:bold;\">\r\n                                    Hydrology  and Cryosphere Division                                </td>\r\n                            </tr>\r\n                        \r\n\r\n                    \r\n                        \r\n                                                    <tr>\r\n                                <td colspan=\"5\" style=\"background-color:#d9edf7; font-style:italic;\">\r\n                                    Section Name                                </td>\r\n                            </tr>\r\n                        \r\n\r\n                                                    <tr>\r\n                                <td>Ram Prasad Awasthi</td>\r\n                                <td>Senior Divisional Hydrologist</td>\r\n                                <td>Gazetted II Class</td>\r\n                                <td>Engineering</td>\r\n                               <td>\r\n                                                Hydrology                                            </td>\r\n                            </tr>\r\n                        \r\n                    \r\n                \r\n                    \r\n                                                <tr>\r\n                                <td colspan=\"5\" style=\"background-color:#f0f0f0; font-weight:bold;\">\r\n                                    Flood Forecasting Division                                </td>\r\n                            </tr>\r\n                        \r\n\r\n                    \r\n                        \r\n                                                    <tr>\r\n                                <td colspan=\"5\" style=\"background-color:#d9edf7; font-style:italic;\">\r\n                                    Section Name                                </td>\r\n                            </tr>\r\n                        \r\n\r\n                                                    <tr>\r\n                                <td>Bhimlal Pandey</td>\r\n                                <td>Hydrologist Engineer</td>\r\n                                <td>Gazetted III</td>\r\n                                <td>Engineering</td>\r\n                               <td>\r\n                                                Hydrology                                            </td>\r\n                            </tr>\r\n                        \r\n                    \r\n                            </tbody>\r\n        </table>\r\n    </div>\r\n\r\n\r\n    <script>\r\n        $(document).ready(function() {\r\n            $('#staffTable').DataTable({\r\n                \"pageLength\": 25,\r\n                \"language\": {\r\n                    \"search\": \"Search:\",\r\n                    \"lengthMenu\": \"Show _MENU_ entries\",\r\n                    \"info\": \"Showing _START_ to _END_ of _TOTAL_ entries\",\r\n                    \"paginate\": {\r\n                        \"first\": \"First\",\r\n                        \"last\": \"Last\",\r\n                        \"next\": \"Next\",\r\n                        \"previous\": \"Previous\"\r\n                    }\r\n                },\r\n                \"ordering\": true,\r\n                \"order\": [] // no initial sort\r\n            });\r\n        });\r\n    </script>\r\n    \r\n\r\n\r\n\r\n\r\n                                        \r\n"}