Skip to content

Commit a070734

Browse files
committed
Grid文档更新
1 parent cf195fd commit a070734

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Grid.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,21 @@ public function getDialogForm()
339339
}
340340

341341

342+
/**
343+
* @param $closure
344+
* @return $this
345+
*/
342346
public function top($closure)
343347
{
344348
$this->top = new Content();
345349
call_user_func($closure, $this->top);
346350
return $this;
347351
}
348352

353+
/**
354+
* @param $closure
355+
* @return $this
356+
*/
349357
public function bottom($closure)
350358
{
351359
$this->bottom = new Content();

0 commit comments

Comments
 (0)