* add city animation
* delete city button * reload table data
This commit is contained in:
		@@ -332,6 +332,7 @@
 | 
			
		||||
                                        <th>City</th>
 | 
			
		||||
                                        <th>Zone</th>
 | 
			
		||||
                                        <th>Waste Type</th>
 | 
			
		||||
                                        <th>X</th>
 | 
			
		||||
                                    </tr>
 | 
			
		||||
                                    </thead>
 | 
			
		||||
                                    <tbody id="location-table-data">
 | 
			
		||||
@@ -341,6 +342,7 @@
 | 
			
		||||
                                        <th>City</th>
 | 
			
		||||
                                        <th>Zone</th>
 | 
			
		||||
                                        <th>Waste Type</th>
 | 
			
		||||
                                        <th>X</th>
 | 
			
		||||
                                    </tr>
 | 
			
		||||
                                    </tfoot>
 | 
			
		||||
                                </table>
 | 
			
		||||
@@ -419,5 +421,7 @@
 | 
			
		||||
<script src="lib/AdminLTE/plugins/datatables/jquery.dataTables.js"></script>
 | 
			
		||||
<script src="lib/AdminLTE/plugins/datatables-bs4/js/dataTables.bootstrap4.js"></script>
 | 
			
		||||
 | 
			
		||||
<script src="lib/AdminLTE/plugins/sweetalert2/sweetalert2.all.js"></script>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user