I want to create a vanilla js app that takes a csv as an input from the user and show the data on html. but the twist is to add checkboxes on the header row of the table and show only those columns which are selected or checked?
kindly show the right approach for solving the problem