jqh 5 жил өмнө
parent
commit
af36be5fcf

+ 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();
     }
 
     /**