Turbo Table loading status not showing loading spinner

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
danteorlando
Posts: 3
Joined: 26 Mar 2018, 17:19

18 Apr 2018, 03:05

I am using Ultima 5.2.0 and the loading indicator doesn't appear to be working for Turbo Table. The blockui portion works, but no spinner is displayed. On further inspection, this is what is being generated:

<div class="ui-table-loading-content ng-star-inserted">
<i class="fa fa-spin fa-2x fa fa-spin fa-2x fa-circle-o-notch"></i>
</div>

Shouldn't this be using material icons instead of font awesome?

Darnoj
Posts: 15
Joined: 06 Oct 2017, 12:18

19 Apr 2018, 17:33

+1
I have a dream that one day all loading spinners will work properly :twisted: ;)

danteorlando
Posts: 3
Joined: 26 Mar 2018, 17:19

21 Apr 2018, 02:28

I was able to work around the problem for the moment by doing the following:

I copied just the font-awesome css classes for 'fa', 'fa-4x', and 'fa-spin' to my project, then set the "loadingIcon" property to "fa-spin fa-4x ui-icon-autorenew".

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

16 May 2018, 07:31

Could you please make the following changes?

_icons.scss

Code: Select all

//line 1016
.material-icons {  /* please remove .fa class */
  ..
}
_mixins.scss

Code: Select all

//line 112
@mixin icon-override($icon) {
    &.fa {
        @include material-icon($icon);
    }
}
Then, please provide new theme css file using SASS command.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest