PHPackages                             yelles/nova-clickable-row - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. yelles/nova-clickable-row

ActiveLibrary

yelles/nova-clickable-row
=========================

A Laravel Nova clickable row.

02.6k↓100%1JavaScript

Since Feb 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Yelles/nova-clickable-row)[ Packagist](https://packagist.org/packages/yelles/nova-clickable-row)[ RSS](/packages/yelles-nova-clickable-row/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Package that will enable default action on click or double click on resource table rows in Laravel Nova.

Installation
------------

[](#installation)

From your project's folder run:

```
composer require yelles/nova-clickable-row

```

Customization
-------------

[](#customization)

By default table rows will respond to single click event and will redirect to View action.

If you want to change single click to double click or redirect to Edit action instead of View then you can do so in your \\App\\Providers\\NovaServiceProvider in boot method:

```
public function boot()
{
    Nova::serving(function (ServingNova $event) {
        Nova::provideToScript([
            'clickableRow' => [
                'event' => 'dblclick', // click or dblclick
                'action' => 'edit', // view or edit
            ]
        ]);
    });

    parent::boot();
}

```

License
-------

[](#license)

The MIT License (MIT). [(Original credit to Ryan Weber)](https://github.com/ryanw3b3r).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d44145eb2606db74889cd261915669a8ae9944f749d8c569935db7c08a1682e?d=identicon)[Yelles](/maintainers/Yelles)

---

Top Contributors

[![Yelles](https://avatars.githubusercontent.com/u/689478?v=4)](https://github.com/Yelles "Yelles (6 commits)")[![freshmakerz](https://avatars.githubusercontent.com/u/1489325?v=4)](https://github.com/freshmakerz "freshmakerz (2 commits)")

### Embed Badge

![Health badge](/badges/yelles-nova-clickable-row/health.svg)

```
[![Health](https://phpackages.com/badges/yelles-nova-clickable-row/health.svg)](https://phpackages.com/packages/yelles-nova-clickable-row)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
