An open API service indexing awesome lists of open source software.

https://github.com/outl1ne/nova-resizable

A simple tool to allow resizing of nova resource table.
https://github.com/outl1ne/nova-resizable

laravel laravel-nova nova optimistdigital resizing

Last synced: about 1 month ago
JSON representation

A simple tool to allow resizing of nova resource table.

Awesome Lists containing this project

README

        

# Nova Resizable

[![Latest Version on Packagist](https://img.shields.io/packagist/v/optimistdigital/nova-resizable.svg?style=flat-square)](https://packagist.org/packages/optimistdigital/nova-resizable)
[![Total Downloads](https://img.shields.io/packagist/dt/optimistdigital/nova-resizable.svg?style=flat-square)](https://packagist.org/packages/optimistdigital/nova-resizable)

This [Laravel Nova](https://nova.laravel.com/) package allows you to resize resource table columns.

## Preview

![Resizable GIF](docs/resizable.gif)

## Installation

Install the package in to a Laravel app that uses [Nova](https://nova.laravel.com/) via composer:
```bash
composer require optimistdigital/nova-resizable
```

## Credits

- [Kaspar Rosin](https://github.com/kasparrosin)

## License
Nova Resizable is open-sourced software licensed under the [MIT license](LICENSE.md).