I suggest that you take a look at
src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Forms/form_products.html.twig
which includes
src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Lists/products_table.html.twig
To create the content of the table, src/PrestaShopBundle/Controller/Admin/ProductController creates a list with the method listAction givent to the template
src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Lists/list.html.twig
good day