The hyperref package is extensive. Besides clickable hyperlinks, it provides an option to cross-reference page numbers in table-of-contents, list-of-figures and list-of-tables with the actual page.
\usepackage[linktocpage=true]{hyperref}
By default, the option is set to false. Loading the hyperref
package without the linktopage
option makes the list-entries clickable but not the page numbers.
Finally, always load hyperref as the last package.
(Exceptions: minitoc, cleveref and many more)