how to add the option to the front to enable/disable columns in a table?
how to add the option to the front to enable/disable columns in a table?

I want to allow users to customize the appearance of the table, namely the show/hide columns in the table. For each user, the table will be unique.
This discussion has been closed.
Answers
I'm not entirely sure what you are looking for I'm afraid. Do you want an image for each row?
Allan
I want that my users which work with datatable can show/hide some columns like this: https://www.dropbox.com/s/v80b6xpiii4i2fi/Screenshot%202016-08-16%2016.47.41.png?dl=0
How I can add feature which help users to do it?
It doesn't provide the exact functionality shown in your image, but the
colvis
button type provides column visibility control: example.Allan