Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Build a solid JS component for clickable rows #140

Description

@rasmusebbesen

We need a solid way for making table rows in our admin panel views interactive for the sake of viewing on mobile devices.

Suggestion:

  • (1) Make rows "clickable" by supplying a css class
  • (2) Supply url (routing) data in a data attribute.
  • (3) Make it easy to customize the behavior of the handler, perhaps by making multiple types of element identifiers suggested in (1)

The component should take care of applying the required click handler so that we get rid of in-line javascript in the templates.

Make sure implementation lives up to supported browser requirements

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions