---
title: "Feature: #95034 - List views: Select a row by clicking on it"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-95034"
source: "Changelog/11.4/Feature-95034-SelectRowByMouseClick.rst"
typo3-version: "11.4"
typo3-major: 11
type: "feature"
issue: 95034
forge: "https://forge.typo3.org/issues/95034"
tags: ["Backend", "ext:backend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #95034 - List views: Select a row by clicking on it {#feature-95034}

See [forge#95034](https://forge.typo3.org/issues/95034)

## Description {#description}

The multi record selection, introduced in [forge#94906](https://forge.typo3.org/issues/94906), has been
improved for a convenience method, making the selection of rows
more pleasant. It's now possible to select a row by
simply clicking anywhere on it. Certainly, this does not influence
any other action on this row, e.g. a link or a button. Only if the
click event is on the row itself, e.g. any empty space, the automatic
selection is performed.

Besides selecting a single row, also the keyboard actions, introduced
in [forge#94944](https://forge.typo3.org/issues/94944), can be used while clicking on the row, allowing to
further optimize workflows.

## Impact {#impact}

It's now possible to select a row by clicking anywhere on it.
