As normal way we do, we insert \listoffigures for List of figure. But right now I want list of figure display like this picture below. How can I do it?

Here is MWE, you can choose 1 picture from your PC for testing.
\documentclass[13pt, a4paper, reqno, oneside]{book}
\usepackage{float}
\usepackage{graphicx}
\begin{document}
\thispagestyle{empty}
\listoffigures
\newpage
\begin{figure}
\includegraphics[width=\linewidth]{xxx.PNG}
\caption{xxx}
\label{fig:x}
\end{figure}
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Etiam lobortisfacilisis...
\end{document}
\documentclass{...}and ending with\end{document}. – Michael Fraiman Jun 25 '17 at 15:58KOMA-scriptclasses. Please, always include an MWE. – Michael Fraiman Jun 25 '17 at 16:04I see problems with table using longtable??? This is no useful statement. Which problems do you mean? – Jun 26 '17 at 05:26