tmdroid / nova-index-textarea
Extends Nova textarea for index view
1.0.2
2019-02-06 17:38 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-21 20:36:30 UTC
README
Nova package for showing textarea content on index with limits
Install
composer require dillingham/nova-index-textarea
Usage
This package adds two methods to the existing Textarea
Nova field
use Laravel\Nova\Fields\Textarea;
Textarea::make('Description')->showOnIndex()->limit(10)
Options
limit($amount, $ending='...')
Sidenote
Add ->showAlways()
to turn off toggling on detail