File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ public function enableSummary()
145145
146146 public function disableSummary ()
147147 {
148- $ this ->summary = false ;
148+ $ this ->summary = false ;
149149
150- return $ this ;
150+ return $ this ;
151151 }
152152
153153 public function setIndex ($ index )
@@ -156,12 +156,12 @@ public function setIndex($index)
156156
157157 return $ this ;
158158 }
159-
159+
160160 public function tooltip ($ text , $ label = null )
161161 {
162162 $ this ->tooltip = [
163163 'text ' => $ text ,
164- 'label ' => $ label
164+ 'label ' => $ label,
165165 ];
166166
167167 return $ this ;
Original file line number Diff line number Diff line change @@ -1088,6 +1088,7 @@ public function getPaginationControlsProperty()
10881088 public function getResultsProperty ()
10891089 {
10901090 $ this ->row = 1 ;
1091+
10911092 return $ this ->mapCallbacks (
10921093 $ this ->getQuery ()->paginate ($ this ->perPage )
10931094 );
You can’t perform that action at this time.
0 commit comments