|
@@ -20,7 +20,6 @@ use Illuminate\Support\Traits\Macroable;
|
|
|
* @method $this switchGroup($columns = [], string $color = '')
|
|
* @method $this switchGroup($columns = [], string $color = '')
|
|
|
* @method $this image($server = '', int $width = 200, int $height = 200)
|
|
* @method $this image($server = '', int $width = 200, int $height = 200)
|
|
|
* @method $this label($style = 'primary', int $max = null)
|
|
* @method $this label($style = 'primary', int $max = null)
|
|
|
- * @method $this chip($style = 'primary', int $max = null)
|
|
|
|
|
* @method $this button($style = 'success');
|
|
* @method $this button($style = 'success');
|
|
|
* @method $this link($href = '', $target = '_blank');
|
|
* @method $this link($href = '', $target = '_blank');
|
|
|
* @method $this badge($style = 'primary', int $max = null);
|
|
* @method $this badge($style = 'primary', int $max = null);
|
|
@@ -88,7 +87,6 @@ class Column
|
|
|
'downloadable' => Displayers\Downloadable::class,
|
|
'downloadable' => Displayers\Downloadable::class,
|
|
|
'copyable' => Displayers\Copyable::class,
|
|
'copyable' => Displayers\Copyable::class,
|
|
|
'orderable' => Displayers\Orderable::class,
|
|
'orderable' => Displayers\Orderable::class,
|
|
|
- 'chip' => Displayers\Chip::class,
|
|
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
/**
|
|
/**
|