Hello Numan,
thanks for the answer. I did some more research and found the solution. In the HTACCESS, which is in the WP-ADMIN directory, I have entered the following.
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>
After that the display of the table worked without a password request.