-
I notice that message is written in raw format in log table. For example:
```
Hosting environment: {envName}
```
and in properties column is json with values
```json
{"envName":"Developmen…
-
### Requirements before reporting
- [X] No duplicated [issue](https://github.com/scania-digital-design-system/tegel/issues) reported.
- [X] I have checked the latest version if the bug exist there. S…
-
**Name of the module, theme, or layout**
Password Policy
**Link to the drupal.org module, theme, or layout**
https://www.drupal.org/project/password_policy
I tried to port this module over usi…
-
Hi,
I am trying to add a placeholder attribute to the "Table Summary" field in the toolbar. I added the following to the aloha core javascript.
```
this.summary = AttributeField( {
width …
-
Hi,
I am trying to display some metadata for a file when a file is uploaded. The code below is from sample. If i run it without metadata table, it shows flow-img and no problems but if i add the tabl…
nwagh updated
8 years ago
-
- angular 18.2
- "dexie": "^4.0.8",
- this lib can not be used in angular ngFor or `@for`
```typescript
todoLists = liveQuery(() => db.todoLists.toArray());
```
-
## Features
Currently, the announcement banners (3x red cards/boxes) are using placeholder cards that dont have any functional utility. This task focuses on implementing that.
![image](https…
-
-
-
```
const pageSizeOptions = [5, 10, 20, 30, 40, 50];
Rows per page
{
table.setPageSize(Number(value));
}}
>
…