Introduction

In this article, I will explore how to create a custom left navigation using Out-of-Box, without custom development.

As we know that there are a lot of ways of creating left navigation, here you will see a new approach for creating a custom left navigation in SharePoint 2013.

Scenario

There may be a requirement where we have to create multiple Views of the same list and the names of the Views are given on the left-hand side, like the left navigation. And when we click the links on the left navigation, we get directed to their respective pages on the site.

Solution

Step 1 Creation of lists

  1. Here, I have created a custom list (Information List) and the following three Views on the list: Personal Information, Project Information, Accounts Information.

    SharePoint

Step 2 Creation of pages

  1. Click on the gear at the top right of your site and add a page. We are creating pages in the Pages library and not Site Pages.

    SharePoint
  1. Give the name of the page (I would recommend that the name of the page should be similar to the name of View you created in the Information List) and "Create".

  2. Create the pages for all the Views in the list, whose link you need in the left navigation.

  3. Once the page is created, you will see a blank page. Now, we need to add a layout “TwoColumnLeft” to the page.

    SharePoint
  1. After adding the Layout, you will see two zones - Main Zone and a Left Zone.

    SharePoint

Step 3 Adding Custom List on created pages as webparts

  1. Add Information List as a webpart in the Main Zone. Click "Add Webpart" and select the List under Apps.

    SharePoint
  1. Once the Information List is added, edit the List Webpart and select a default View for the page.

    For example: If you are on a Personal Information page, select the Personal Information View on the webpart.

    SharePoint
  1. In the Toolbar drop-down, select No toolbar to give a nice look at just information. As you please, apply the changes and check-in the changes made on the page.

    SharePoint

Step 4 Creation of Links List

  1. Go to add an app and select the Links SharePoint template.

  2. Create a Links list (Test Navigation) and add a link (item) to the list. In URL field, put the complete URL of the created Page while in Descriptio, goes the Title of the Left Navigation link.

    SharePoint
  1. Do this for all the links you want to show in the left navigation and complete creation of the Navigation Links.

    SharePoint

Step 5 Adding Links List on created pages as webparts

Step 6 Giving References of .js and .css files

This creates your Custom Left Navigation.