jqh 5 anni fa
parent
commit
af36be5fcf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Grid/Column/Filter.php

+ 1 - 1
src/Grid/Column/Filter.php

@@ -102,7 +102,7 @@ abstract class Filter implements Renderable
      */
     public function getOriginalColumnName()
     {
-        return $this->columnName ?: $this->parent->getName();
+        return $this->columnName ?: $this->parent->getOriginalName();
     }
 
     /**