Isa Iminov
Isa Iminov
I managed to get around this issue by setting column style by limiting the width. For example: `` clumnStyles: { super_long_string_of_text: { cellWidth: 100 } } ``
> @mehrshadFarzaneh - I believe the issue is that you first need to declare the column information via the `columns` property in order to reference the keys in `columnStyles`: >...
``Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: item in list, Duplicate key: string:AAA, Duplicate value: AAA`` Is a classic...
@jgrahamfcac I think I had a similar issue with one of our users. It boiled down to incorrect or missing (Azure) profile entry. Id, Email, FirstName, LastName, DisplayName are the...
To clarify the above. I wanted to remove ``Reset Password`` button from the login page. Doing so prevents users from logging using Azure AD. Reset password should only be relevant...