Hello! I have a fragment with tableview that is present in several views of application. Most of the components in fragment are same across the views, but i need to specify which columns to display in tableview for each of the views. What is the best variant to to that, to make the code look nice?