• Elena Shane
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hello!

I created my own Lightning app and Ligthnng Component. Also I use Lightning Desigh System.
I placed table in the component. And it has a lot of records. I would like to display records by pages and I would like to navigate between pages. How can I do pagination for my table? May be using Lightning Design System.

Thank you in advice!
Hello!
I would like to include Edit Layout in my Lightning app. So I tried to use component <force:recordEdit>.  My code in full.cmp is:

<div class="slds-form-element">
        <force:recordEdit aura:id="edit" recordId="{!v.taskId}"/>
        <ui:button label="Save" press="{!c.save}"/>
</div>

But in this case I have got a bad view of this layout.  How can I improve the look of the Edit layout? May be can I set a style for this layout so that it looks beautiful?

Any help is appreciated!
Hello!
I would like to include Edit Layout in my Lightning app. So I tried to use component <force:recordEdit>.  My code in full.cmp is:

<div class="slds-form-element">
        <force:recordEdit aura:id="edit" recordId="{!v.taskId}"/>
        <ui:button label="Save" press="{!c.save}"/>
</div>

But in this case I have got a bad view of this layout.  How can I improve the look of the Edit layout? May be can I set a style for this layout so that it looks beautiful?

Any help is appreciated!