@ucam.uis.devops/choose-columns-dialog
v1.0.8
Published
ChooseColumnsDialog allows selection of column display and ordering for tables.
Downloads
222
Readme
ChooseColumnsDialog
ChooseColumnsDialog allows selection of column display and ordering for tables.
The component manages its own UI state and communicates via a series of event handler props. Users of the component do not get notified as the user re-orders and adds columns, they only get notified once the user has selected the layout.
TODO a link to generated component documentation generation will be included when available. An issue has been created for this.
Auth Token
The CI/CD job that publishes the component to the NPM repository requires
NPM_AUTH_TOKEN
to be set in the 'Variables' section of
the projects CI/CD settings.
A token can be generated by running the following commands:
npm login
Username: {retrieve from the DevOps secrets repo}
Password: {retrieve from the DevOps secrets repo}
Email: [email protected]
npm token create
Password: {as above}