GithubHelp home page GithubHelp logo

Comments (4)

pan-kot avatar pan-kot commented on July 23, 2024 1

It could be that for some experiences clicking on the row is easier. However, if, say, there are more clickable targets like links, or maybe you decide to make cell data editable inline - the clickable rows are no longer that great.

As a design system we try to come up with patterns that are consistent and reusable. It is true that some consoles might not yet have a chance to adopt those so the recommended approach here is to follow our guidance and demos.

Surely there is more than one way to make the users happy so if something works for you - that's great. We are happy to learn from your stories and improve!

from components.

nichita-pasecinic avatar nichita-pasecinic commented on July 23, 2024
event.stopPropagation()

works as expected

from components.

pan-kot avatar pan-kot commented on July 23, 2024

Hello,

Please notice that our onRowClick API on the table is not recommended to use as a combination of clickable rows and clickable row elements results in a non-optimal user experience. Even if you can resolve the click handlers, the users might struggle to click the right thing.

I would recommend you to re-evaluate the need for onRowClick and try other options such as making table rows selectable and offering an action on the selected row(s) in the header.

Table API: https://cloudscape.design/components/table/?tabId=api

from components.

nichita-pasecinic avatar nichita-pasecinic commented on July 23, 2024

Thanks @pan-kot,

From user perspective, isn't easier to just click on table row (an row item itself) and trigger the selection (to open the split panel) than finding the radio button (first column) to click on ?

I believe that is the approach used on several aws console tables.

Thanks!

from components.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.