Skip to main content
Nintex Community Menu Bar
Question

Table components with Allow Scroll Bars" not showing any data until you click on stuff (Lightning 1"

  • July 11, 2024
  • 49 replies
  • 2 views
  • Translate

Did this topic help you find an answer to your question?
Show first post

49 replies

Forum|alt.badge.img+10

I can’t reproduce the behaviour I’m seeing above when I turn off scroll-bars on the table.

Translate

Forum|alt.badge.img+10

I’ve been able to reproduce this issue in 11.2.11. We’ll be working on it. Thank you again for posting this

Translate

Forum|alt.badge.img+10

Doing a hard reset of the cache in Chrome via View > Developer > Developer Tools > Application > “Clear Site Data” makes this problem intermittent instead of every time. It will work about 60% of the time instead of 0% of the time. At least, this is what we are seeing

Translate

Forum|alt.badge.img+10

Thanks Stephen, I’m glad you guys are seeing similar behaviour. It seems to be more likely to occur when larger volumes of data are being loaded into the page (though at volumes that wouldn’t have been an issue in the past). It’s like the rendering process on the table rows is waiting to be triggered only once the data has returned, but where this trips over for whatever reason (a bit more data or some other interruption) the trigger to display the rows never gets fired (or gets fired too soon?). It’s a new problem, as we’ve been doing stuff in Lightning for some time and it’s not been an issue before. I couldn’t tell you which version introduced it though, maybe 11.2.9? But I really don’t know.

Translate

Forum|alt.badge.img+10

In Charity App -> Finance/Membership tabs in org id 00D1t000000GWX9 (you’ve got access) you can reproduce it pretty much every time. Especially if you refresh the page from those tabs.

Translate

Forum|alt.badge.img+10

Hello! Can someone reach out to me on this please as I’ve just updated to the latest version of Skuid and I still have this issue on a very simple page.

Translate

Forum|alt.badge.img+10

I’ve granted login access (00D1w0000008acv) - head over to the Finance tab and you’ll see the issue (in Lightning). I’ve tried in Incognito mode etc. and still the same thing:

Translate

Forum|alt.badge.img+10

This is a new Skuid page running on 12.0.6

Translate

Forum|alt.badge.img+10

Ah! I’ve cracked it! No idea why this might be but I’ve isolated the issue to a row action, and specifically a row action using the FontAwesome 4 icon set. e.g. set a row action like in the screenshot below and use “sk-webicon-font-awesome:external-link-square” as the icon. The whole table breaks! This has caused me hours of frustration 😦

Translate

Forum|alt.badge.img+10

So I assume there’s a problem with how Skuid is accessing this particular icon set as part of the component render? It doesn’t grab the resource in time and the table row rendering fails. Anyway - hopefully y’all can replicate.

Translate

Forum|alt.badge.img+10

Actually no! I still have this issue! Can someone from Skuid please set up a screen share so we can go through this.

Translate

Forum|alt.badge.img+10

Thanks for this - another thing I’ve noticed, possibly related - if you refresh a page with a table (or open it for the first time) and then whilst the Skuid blue circle spins as the Skuid component loads navigate to a different browser tab - wait… - go back, no table rows. This is true for a very simple table and is easy to replicate.

Translate

Forum|alt.badge.img+10

Hello! I was wondering if there had been any updates on this?

Translate

Forum|alt.badge.img+6

Louis, seems like I can’t reproduce this in version 12.0.11, which version do you currently use?

Translate

Forum|alt.badge.img+10

Hi Luzie, I’m on 12.0.6 - I’ll update and see if the issue continues and will report back.

Translate

Forum|alt.badge.img+10

Hi Luzie, yes, still occurring on 12.0.11. I’ve a call with Nate tomorrow so probably best if I just go through it then. Thank you!

Translate

Forum|alt.badge.img+10

I’m trying it again now with just the simplest example. Try this in a lightning app builder App page - add the tab to an App:

<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true">
<models>
<model id="Accounts" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account" limit="50">
<fields>
<field id="RecordTypeId"/>
<field id="Name"/>
<field id="Type"/>
<field id="BillingCity"/>
<field id="BillingState"/>
<field id="BillingCountry"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skootable showconditions="true" showsavecancel="false" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" hideheader="false" hidefooter="false" pagesize="all" alwaysresetpagination="false" createrecords="false" model="Accounts" buttonposition="" mode="readonly" allowcolumnreordering="true" responsive="true" uniqueid="sk-18nt-117" allowscrollbars="true">
<fields>
<field id="Name" hideable="true" uniqueid="fi-18o0-149"/>
<field id="Type" hideable="true" uniqueid="fi-18o0-150"/>
<field id="BillingCity" hideable="true" uniqueid="fi-18o0-153"/>
<field id="BillingState" hideable="true" uniqueid="fi-18o0-154"/>
<field id="BillingCountry" hideable="true" uniqueid="fi-18o0-155"/>
</fields>
<rowactions>
<action type="multi" label="Run multiple actions" icon="sk-webicon-font-awesome:external-link-square"/>
</rowactions>
<massactions usefirstitemasdefault="true"/>
<views>
<view type="standard"/>
</views>
</skootable>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences uniqueid="sk-18np-110"/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>
Translate

Forum|alt.badge.img+10

I think this, however, might be due to the FontAwesome 4 icon set issue I highlighted a month or so ago. Which is a separate issue. Or maybe the same!

Translate

Forum|alt.badge.img
  • 2 replies
  • July 11, 2024

This actually works.

Translate

Forum|alt.badge.img+6
  • Nintex Employee
  • 401 replies
  • July 11, 2024

Hi, Louis. First, thanks so much for the simplified repro. They really help us cut to the chase when digging into issues. It looks like we might have a product issue, but I think I may have a found a suitable workaround for you in the meantime. Give your Tables that have Allow Scroll Bars checked a Max Table Height as well:

Translate

Forum|alt.badge.img+13

Louis, this should be addressed with our latest Spark maintenance release, 12.1.3, as well as our latest Millau maintenace release, 11.2.23, available from Skuid Releases: https://www.skuid.com/releases/salesforce/

Translate

Forum|alt.badge.img+10

Hi Zach, got this installed in the nick of time (system going live today) and the fix looks like it’s working. Thanks so much! We installed the Millau release - will be testing Spark later in the month.

Translate

Forum|alt.badge.img+17
  • Nintex Employee
  • 3763 replies
  • July 11, 2024

Whew! Glad to hear the fix worked in time. 

Translate

Forum|alt.badge.img
  • 2 replies
  • July 11, 2024

Thanks, for sharing this Keep updating it. 
https://cardgenerator.io/

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings