dillingham / nova-index-textarea
Extends Nova textarea for index view
Installs: 58 351
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 1
Forks: 5
Open Issues: 6
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-06 21:08:37 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