• Tapasvini Makvana
  • NEWBIE
  • 15 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 8
    Replies
Hi,
I have one problem in aura:renderIf condition in iteration component.
I have one requirement in which i have two aura:iteration loops like following

<aura:iteration items={!v.cntlst} var='val'>
         <aura:iteration items={!v.stalst} var='n'>
                 <aura:renderIf isTrue='{! val == n.flval}'>
                             //components to show
                 </aura:renderIf>
         </aura:iteration>
</aura:iteration>

But it is not showing anything even it matches the condition. I think the isTrue condition is not written proper.
Please help me to correct this condition.
Thanks in advance.
Hi everyone,

Can anyone help me in how can I apply pagination To lightning component that is in Aura:iteration records list.

Thanks in advance.
Hi,
I have a lightning application in which 2 lightning components are there. Now, I want to show and hide both components based on condition. It means at a time only one component can be displayed.

Can anyone please help to achieve this.
Hi all,

Can anyone help me to find a way to upload a file which larger in size>10mb im visualforce page.

Thanks in advance..
Hi,

I need to upload few images to Amazon S3storage. Can anyone help how can i achieve this with apex code.

thanks in advance..
Hi all,

I need to store several videos in my org. Can anyone tell me how can i achieve this ?
Where I can store this video.
 
Hi,

I want to create a submenu using the lightning component.using existing ui:menu component we can create menu but i need to create submenu of menuitem. Can anyone help me how can i achieve it??
Thanks in advance..
Hi,

I want to create a submenu using the lightning component.using existing ui:menu component we can create menu but i need to create submenu of menuitem. Can anyone help me how can i achieve it??
Thanks in advance..
Hi,
I have one problem in aura:renderIf condition in iteration component.
I have one requirement in which i have two aura:iteration loops like following

<aura:iteration items={!v.cntlst} var='val'>
         <aura:iteration items={!v.stalst} var='n'>
                 <aura:renderIf isTrue='{! val == n.flval}'>
                             //components to show
                 </aura:renderIf>
         </aura:iteration>
</aura:iteration>

But it is not showing anything even it matches the condition. I think the isTrue condition is not written proper.
Please help me to correct this condition.
Thanks in advance.
Hi,
I have a lightning application in which 2 lightning components are there. Now, I want to show and hide both components based on condition. It means at a time only one component can be displayed.

Can anyone please help to achieve this.
Hi all,

Can anyone help me to find a way to upload a file which larger in size>10mb im visualforce page.

Thanks in advance..
Hi,

I need to upload few images to Amazon S3storage. Can anyone help how can i achieve this with apex code.

thanks in advance..

Hi

i wants to provide facility to files which i uploaded

i wants implement this in visualforce page

 

please put code also

thanks in advance

 rajesh