We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf195fd commit a070734Copy full SHA for a070734
src/Grid.php
@@ -339,13 +339,21 @@ public function getDialogForm()
339
}
340
341
342
+ /**
343
+ * @param $closure
344
+ * @return $this
345
+ */
346
public function top($closure)
347
{
348
$this->top = new Content();
349
call_user_func($closure, $this->top);
350
return $this;
351
352
353
354
355
356
357
public function bottom($closure)
358
359
$this->bottom = new Content();
0 commit comments