Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
In my mashup I want to show the infotable of the stream service "GetStreamEntriesWithData" but I would like to edit it; what follows is what I see:
I don't want SourceTipe, Location, id and Tags
Plus, I'd like to change the order of some colums, as you can see, Alpha, Beta and Gamma are not one next to the other as I'd like them to be.
Is it possible to do this?
Solved! Go to Solution.
If you need the ordering of grid columns , you can configure the grid in mashup "Configure Grid Columns" and re-order the col accordingly & if you
want to sort the Infotable you can have .Sort resource from snippets for sorting columns based on values of column fields.
Hope this helps !
If you need the ordering of grid columns , you can configure the grid in mashup "Configure Grid Columns" and re-order the col accordingly & if you
want to sort the Infotable you can have .Sort resource from snippets for sorting columns based on values of column fields.
Hope this helps !
That's exactly what I needed. Thank you