[BUG]: (DetailsList) ColHeaderPaddingLeft property does not work #176
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
Milestone
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
The text was updated successfully, but these errors were encountered: