logicpowerhouse преди 4 години
родител
ревизия
cf00cb678f
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      resources/views/app/practice-management/treatment-services-util.blade.php

+ 4 - 2
resources/views/app/practice-management/treatment-services-util.blade.php

@@ -67,8 +67,10 @@
 
     <script>
         $(document).ready( function () {
-            $('#table1').DataTable();
-            $('#table2').DataTable();
+            setTimeout(function(){
+                $('#table1').DataTable();
+                $('#table2').DataTable();
+            }, 3000);
         } );
     </script>