0

I creating a table with sortable column. This is my code:

<p-dataTable [value]="list">
    <p-column field="name" header="name" sortable="true">
    </p-column>

    <p-column field="value" header="value" sortable="true">
    </p-column>
</p-dataTable>

The problem is that the sortable indicators are overlapped in the first column, so on click it works on second column only. With many other column it works in the same way. It seems like all the indicators are overlapped in the same place (see picture). Any suggestions? Thanksenter image description here

Antikhippe
  • 6,316
  • 2
  • 28
  • 43
bigskull
  • 541
  • 2
  • 18
  • 28

0 Answers0