-
Notifications
You must be signed in to change notification settings - Fork 53
Control columns
Robert Hjalmers edited this page Apr 18, 2017
·
1 revision
You can implement your own control for toggling column visibility, column order etc. either bind directly to the settings array and alter the visibility/column order property directly or create an object to hold the values until your ready to update. Don't forget to call 'redraw()' when you want the table to update ie. (click)="myTable.redraw()" or you could use the ColumnSettingsComponent (see how to install and use it here).