Hi,
I need to set list web part in horizontal form in SharePoint 2013. any idea…….?????
Hi Richard
I have done it by modifying view boxed style & my purpose is done for now. but now i am challenging new problem i want to hide the column header in web part.
Thanks Paul,
I have done it by modifying view boxed style & my purpose is done for now. but now i am challenging new problem i want to hide the column header in web part.
is it possible for you to send step by step configuration as i am not programmer so its hard to understand for me.
You can use JSLink to modify the layout of the table that’s created for the list. The default is each row is a list item and each column is a list field. You would need to rewrite the logic to make each column a list item and each row a list field.Â