Related list output
I need to shorten my related list outputs but need to see all the results.
normal output is
Header1 Header2 Header3 H4 H5 H6 H7 ....Header100
The related item is typically like a form. Side by sides as well as rows.
I would like to display the results in a similiar fasion. Having 100(sometimes less, just an example) columns creates a lot of scroll time.
How can I modify the Related List Extended View to group with tables?
Like so:
Results 1
_______________________________________________________________
| | AE Type 1 | AE Type 2 | AE Type 3 |
_______________________________________________________________
| Line/Reg | Undocumented | Ud | Doc | |
| L1 R3 | AE Date | 5/1/2016 | 5/2/2016 | |
| | Severity | High | Low | |
_______________________________________________________________
Results 2
_______________________________________________________________
| | AE Type 1 | AE Type 2 | AE Type 3 |
_______________________________________________________________
| Line/Reg | Undocumented | Ud | Doc | |
| L1 R3 | AE Date | 5/1/2016 | 5/2/2016 | |
| | Severity | High | Low | |
_______________________________________________________________
and so on.
Thank you.
normal output is
Header1 Header2 Header3 H4 H5 H6 H7 ....Header100
The related item is typically like a form. Side by sides as well as rows.
I would like to display the results in a similiar fasion. Having 100(sometimes less, just an example) columns creates a lot of scroll time.
How can I modify the Related List Extended View to group with tables?
Like so:
Results 1
_______________________________________________________________
| | AE Type 1 | AE Type 2 | AE Type 3 |
_______________________________________________________________
| Line/Reg | Undocumented | Ud | Doc | |
| L1 R3 | AE Date | 5/1/2016 | 5/2/2016 | |
| | Severity | High | Low | |
_______________________________________________________________
Results 2
_______________________________________________________________
| | AE Type 1 | AE Type 2 | AE Type 3 |
_______________________________________________________________
| Line/Reg | Undocumented | Ud | Doc | |
| L1 R3 | AE Date | 5/1/2016 | 5/2/2016 | |
| | Severity | High | Low | |
_______________________________________________________________
and so on.
Thank you.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
You can override rendering of a list view via JSLink:
http://www.sharepointnutsandbolts.com/2 ... nt_20.html
Define custom JSLink in the 'View' property of a Related items control in Forms Designer:
You can override rendering of a list view via JSLink:
http://www.sharepointnutsandbolts.com/2 ... nt_20.html
Define custom JSLink in the 'View' property of a Related items control in Forms Designer:
Code: Select all
<View>
...
<JSLink>your custom JSLink</JSLink>
...
</View>
-
- Information
-
Who is online
Users browsing this forum: No registered users and 15 guests