4n70w4 / nova-index-textarea

Nova package for showing textarea content on index with limits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nova Index Textarea

Latest Version on Github Total Downloads Twitter Follow

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

About

Nova package for showing textarea content on index with limits

License:MIT License


Languages

Language:PHP 100.0%