I'm using \documentclass[12pt,a4paper,twoside]{report} for making a report.
The entire report is divided into two parts. Each part contains chapters. The sample index is as follows.
List of Figures
List of Tables
Part I A
Chapter 1
1.1
Chapter 2
2.1
Part II B
Chapter 1
1.1
Chapter 2
2.1
In the list of figures and list of tables portions, I want to add only the part name in as shown below.
List of Figures
Part I A
1.1 Caption of Figure
2.1 Caption of Figure
Part II B
1.1 Caption of Figure
2.1 Caption of Figure
Please give me necessary solutions to do it.

