A
Anonymous
User Registration Details - Copy this React, Tailwind Component to your project
In this page show the data of the user data in the table , but the catch is that the fields are not specific for each user , some may have extra fields , some may have only 5 fields some may have 10 details , so based of json response generate a table , because for all there are same fields required , show it in the table format for all the registered users, use this color in the table g [#512da8] name of the page will be Customer Details , and add search functionality in this page, and add pagination also and it should be responsive and properly aligned function UserRegistrationDetails() { return ( <div>UserRegistrationDetails</div> ) } export default UserRegistrationDetails
Prompt
