ReactJS Design round question -> 1. Create and application which shows me some data in tabular format like with 3-4 columns - Name, Id, Email, Phone. Show the data and implement these two things -> A. There should be an option to search, and when I search it should apply to all columns, and only matched results should show. B. Implement sorting on at least one numerical column, and one string column.