diff --git a/Js/fonctions.js b/Js/fonctions.js index b34e1ce3..27da000c 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -52869,8 +52869,6 @@ function filtretabproduit(){ success: function(data) { //alert("Success : "+data); $('#div_tab_produit').html(data); - appliquerDataTable(); - }, complete: function() { diff --git a/Vue/Ajaxbaremeproduit/index.php b/Vue/Ajaxbaremeproduit/index.php index 4d771277..50994cd7 100755 --- a/Vue/Ajaxbaremeproduit/index.php +++ b/Vue/Ajaxbaremeproduit/index.php @@ -11,7 +11,7 @@
- +
@@ -55,4 +55,17 @@
ID
-
\ No newline at end of file + + + + + \ No newline at end of file diff --git a/Vue/Ajaxfiltretabproduit/index.php b/Vue/Ajaxfiltretabproduit/index.php index e3bdc516..4cab9528 100755 --- a/Vue/Ajaxfiltretabproduit/index.php +++ b/Vue/Ajaxfiltretabproduit/index.php @@ -103,10 +103,14 @@ .action-icon:hover { transform: scale(1.2); } + +