PHPackages                             arsenaltech/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. arsenaltech/nova-clickable-row

ActiveLibrary

arsenaltech/nova-clickable-row
==============================

A Laravel Nova clickable row.

168JavaScript

Since Apr 18Pushed 7y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Nova Clickable Row
==================

[](#nova-clickable-row)

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 arsenaltech/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).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/f87d78cc061aff4dfff7c033ae61b3f81f80499e8028fd630711414893867d6e?d=identicon)[shabbirbharmal](/maintainers/shabbirbharmal)

---

Top Contributors

[![shabbirbharmal](https://avatars.githubusercontent.com/u/2532860?v=4)](https://github.com/shabbirbharmal "shabbirbharmal (2 commits)")[![MDobariya](https://avatars.githubusercontent.com/u/1326739?v=4)](https://github.com/MDobariya "MDobariya (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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