: Changing the cursor to a pointer for clickable header rows or data cells to indicate navigation or sorting capabilities.
If you are working with these styles in an AI-powered editor like Cursor AI, you can use the following tips to manage report layouts: .cg3YPuR2 { vertical-align:top; cursor: pointe...
The snippet .cg3YPuR2 { vertical-align:top; cursor: pointer... } indicates that this class is used to control how content is positioned and how users interact with specific elements: : Changing the cursor to a pointer for
: Used for aligning cell content at the top so that if one column has more text than others, the row remains readable. : This changes the mouse cursor to a
: This changes the mouse cursor to a "hand" icon, signaling to the user that the element is clickable or interactive. In a report context, this typically suggests that clicking the item will trigger an action, such as opening a drill-down report, a detail view, or sorting data. Use Cases in Reporting Tools