Dynamically Hide Column in Related-Item
Posted: 17 Jan 2020
Hello,
Is there any way dynamically hide column in related-item?
Is there any way dynamically hide column in related-item?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
$('.RelatedItem a.ms-headerSortTitleLink')[index].text = item[0].Column1;
Code: Select all
.ms-viewheadertr th {
width: 350px;
}
Code: Select all
.ms-viewheadertr th:nth-child(5) {
width: 350px;
}
Code: Select all
$('.ms-spGrid-HeaderContentStyle')[0].innerText = 'New Title';
Code: Select all
fd.relatedItems(0).data('ctx').clvp.RefreshPagingEx('');