The columntoggle table comes with several options:
columnBtnTheme default: nulldata-column-btn-theme attribute.columnBtnText default: "Columns..."data-column-btn-text attribute.columnPopupTheme default: nulldata-popup-theme attribute.The columntoggle mode also has an option, classes, which is only configurable via JavaScript because it expects an object literal value. The classes option has two properties that define the structural classnames that the plugin uses:
classes.columnToggleTable default: "ui-table-columntoggle"classes.columnBtn default: "ui-table-columntoggle-btn"classes.popup default: "ui-table-columntoggle-popup"classes.priorityPrefix default: "ui-table-priority-"