File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ class="sr-only ml-2 text-sm font-medium text-gray-900 dark:text-gray-300"></labe
166166
167167 @if ($this -> isPaginated () && $this -> rows -> hasPages () )
168168 <div class =" border-b border-gray-200 shadow-sm" >
169- <div class =" py-2 px-6" >{{ $this -> rows -> links ([' scrollTo' => $this -> shouldScroll ()]) } } </div >
169+ <div class =" py-2 px-6" >{{ $this -> rows -> links (data : [' scrollTo' => $this -> shouldScroll ()]) } } </div >
170170 </div >
171171 @endif
172172 @endif
Original file line number Diff line number Diff line change 110110 <div >
111111 @if ($this -> isPaginated () && $this -> rows -> hasPages () )
112112 <div class =" border-b border-gray-200 shadow-sm" >
113- <div class =" py-2 px-6" >{{ $this -> rows -> links ([' scrollTo' => $this -> shouldScroll ()]) } } </div >
113+ <div class =" py-2 px-6" >{{ $this -> rows -> links (data : [' scrollTo' => $this -> shouldScroll ()]) } } </div >
114114 </div >
115115 @endif
116116 </div >
You can’t perform that action at this time.
0 commit comments