Borvik / ts-datatable

1 stars 6 forks source link

Allow hiding a column from column configs #37

Open Borvik opened 3 years ago

Borvik commented 3 years ago

Sort of added a way to do this without a column config.

Any FIXED column that is both sortable: false, and canToggleVisibility: false will automatically be hidden.

Leaving this open for a FULL solution for any column. May need to split functionality into multiple dialogs.