microsoft / windows-admin-center-sdk

SDK including documentation and sample code for developing extensions for Windows Admin Center (previously Project Honolulu)
Other
119 stars 51 forks source link

How can we modify WAC Angular components? #80

Open bchipman opened 4 years ago

bchipman commented 4 years ago

For example, I would like to modify the notification component so that instead of providing a link, I can provide a button which can execute some particular code.

Another example is modifying the header of a DataTable so that I can make it a button instead of text. This could be useful as a "select all" checkbox if all cells in a column are checkboxes.

Yet another example is tooltips. I would like to be able to display a tooltip for a DataTable cell only if the data is cutoff.

There have been other instances where I would love to tweak an existing component as it doesn't quite work as it is provided.

In general is this the place to ask for help with WAC extension development? I have made comments on the doc.microsoft.com site, but never get any response.