Hello everyone,
I have a question about visual element. How to change (or set) a witdh of coulmn in attribute of data presentation such as "array data" (PL: "tabela danych")
I tried below example changes in global CSS style, but it didnt work:
th[data-key="WFD_AttLong1"] {
    color: blue;
    width: 200px;
}
td[data-column="WFD_AttLong1"] {
    color: blue;
    width: 200px;
}
                        
 
                                    