Created
September 21, 2017 01:38
-
-
Save karanrajs/759102023adee5ceb09aa6a1154ccf36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<lightning:datatable data="{!v.mydata}" columns="{!v.mycolumn}" | |
onsort="{!c.updateColumnSorting}" sortedBy="{!v.sortedBy}" | |
sortedDirection="{!v.sortedDirection}" onrowselection="{!c.getSelectedName}" | |
keyField="Id"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment