ncus/inline-index

一个 Laravel Nova 字段。

v0.0.2 2020-06-22 04:47 UTC

This package is auto-updated.

Last update: 2024-09-06 17:18:45 UTC


README

Latest Version on Packagist Total Downloads

此包允许您在索引视图(行内编辑)中更新资源文本字段或数字字段。

安装

composer require ncus/inline-index

用法

use Ncus\InlineIndex\InlineIndex;

InlineIndex::make('name')
          ->options([
              'event' => 'blur',
              'type' => 'text',
          ])->rules('required');

注意:事件默认键up.enter,默认文本。