Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: (DetailsList) ColHeaderPaddingLeft property does not work #176

Closed
danielvi1787 opened this issue Oct 14, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: DetailsList 👋 needs author feedback Waiting on a response from the author

Comments

@danielvi1787
Copy link

danielvi1787 commented Oct 14, 2022

Hi,
I'm trying to use the ColHeaderPaddingLeft property, but it's not working no matter what input I setup. My Columns is simple:

Table(
{
ColName: "Email",
ColDisplayName: "Email",
ColWidth: 300,
ColIsBold: true,
ColHeaderPaddingLeft: 15, //<-- This NOT works
ColPaddingLeft: 15 //<-- This works
}
)

Not sure If I am missing something very simple or this is a bug.

Best!

AB#1012

@danielvi1787 danielvi1787 changed the title (DetailsList) (DetailsList) ColHeaderPaddingLeft property does not work Oct 14, 2022
@denise-msft denise-msft transferred this issue from microsoft/powercat-code-components Nov 10, 2022
@denise-msft denise-msft added the bug Something isn't working label Jan 21, 2023
@denise-msft denise-msft added Component: DetailsList code Issue is related to a Power Apps code component labels Jul 12, 2023
@RajeevPentyala RajeevPentyala added this to the Backlog milestone Nov 17, 2023
@Ramakrishnan24689 Ramakrishnan24689 self-assigned this May 22, 2024
@denise-msft
Copy link
Member

Have you tried adding ColRowHeader: true as a line for that column item?

@denise-msft denise-msft added the 👋 needs author feedback Waiting on a response from the author label Aug 31, 2024
@denise-msft denise-msft changed the title (DetailsList) ColHeaderPaddingLeft property does not work [BUG]: (DetailsList) ColHeaderPaddingLeft property does not work Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: DetailsList 👋 needs author feedback Waiting on a response from the author
Projects
None yet
Development

No branches or pull requests

4 participants