I've 20 columns which contains lots of data. I don't want display all the 20 columns in the same instead I want to give an interface for user to choose which columns of data he wants to see not all. I would keep only 4 columns of data. But when he clicks on some extra column then he should be able to click and see that data as well which should also be added to the existing columns. Which Rails Gems I can use to implement this functionality.
I need to do something like this. First, I'll keep 4 columns like below.
Id customer-name date payment amount
If user wants to see other data or columns as well upon his selection from drop down I should also display other columns data like below.
id customer-name payment amount bank-name time status
Kindly let me know which gems I can use for this in Rails. Sorry for the long story.
Aucun commentaire:
Enregistrer un commentaire