FeatureFuel
6

Add row number in table view

Source: directus/directus#23053 · opened by @Dominic-Preap
Summary

It would be nice to have auto sequence row number display at the start column on table view in collections.

![image](


Basic Example

Just like material-react-table



Motivation

For distinguish record and for follow up records in which page without looking and pagination. Better for people who get used to excel spreadsheet format row number.

Detailed Design

The implementation would be straightforward just page * total-size and +1 for each row but where to put the configure at. I think we have we option model editor with checkbox to show row display number.

Requirements List

N/A

Drawbacks

None, just for aesthetics look and uniqueness.

Alternatives

N/A

Adoption Strategy

N/A

Unresolved Questions

_No response_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests