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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yelles/nova-clickable-row

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

A Laravel Nova clickable row.

02.6k1JavaScript

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 today

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 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

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://avatars.githubusercontent.com/u/689478?v=4)[Sam Yelles](/maintainers/Yelles)[@Yelles](https://github.com/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)
```

###  Alternatives

[danog/primemodule

Prime module capable of doing prime factorization of huge numbers very quickly."

18824.8k8](/packages/danog-primemodule)

PHPackages © 2026

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