p-table reordenable Columns css error

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
skormel
Posts: 5
Joined: 14 Nov 2016, 16:26

02 Jul 2018, 08:54

Hello,

I noticed an error from ultimaNG template 6.0.0 with reorderable columns.

When we add the required directives to html

https://imgur.com/0wRwjvO

It shows pi-arrow-down and pi-arrow-up icons at the botton of p-table
https://imgur.com/GW0VlVl

Analyzing the resulting HTML I can see that at initial state display css attribute it's not set, but when I move an reorderable columns, styles are applied correctly (you can see resulting HTML on next images)

Initial State.
https://imgur.com/Rr1sBMh

After move some column style are correct
https://imgur.com/2DvAXOD

Can you solve this issue?
How can we hack the current template to fix this error until you can fix it?

Best Regards,
Antonio

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

05 Jul 2018, 10:32

We fixed the issue for next release.
You can add the below code in your stylesheet until the release ;

Code: Select all

.ui-table {
        .ui-table-reorder-indicator-down, .ui-table-reorder-indicator-up {
            position: absolute;
            display: none;
        }
    }

skormel
Posts: 5
Joined: 14 Nov 2016, 16:26

05 Jul 2018, 16:49

This solves the problem
merve7 wrote:
05 Jul 2018, 10:32
We fixed the issue for next release.
You can add the below code in your stylesheet until the release ;

Code: Select all

.ui-table {
        .ui-table-reorder-indicator-down, .ui-table-reorder-indicator-up {
            position: absolute;
            display: none;
        }
    }
Thanks

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests