How to Create Admin Grid in Magento 2
Magento 2 backend provides different girds that help admin manage orders, products, customers, and other data efficiently through grids. If you are developing a custom module or functionality, you may require to create admin grid in Magento 2 to help admin manage the require database.
Custom admin grids help the admin to manage require data in the backend. Developers can add custom admin grid in Magento 2 using two methods - Block and Components. You can checkout both the methods at: https://meetanshi.com/blog/create-admin-grid-magento-2/