Files
discourse-data-explorer/assets/javascripts/discourse/components
Martin Brennan 8d19a33250 FIX: Optionally linkify URL columns server-side (#330)
Followup da1c99ec2d

We already had the functionality to convert results like
this:

```
|blah_url|
|--------|
|3,https://test.com|
```

To a link clientside, so in the UI it looks like this:

```
<a href="https://test.com">3</a>
```

With the addition of the recurring report to post automation,
and the existing report to PM automation, we also need to be
able to do this server-side, so reports don't come out malformed
if they have these type of count + URL columns.
2024-10-14 16:33:13 +10:00
..
2024-04-27 12:00:41 +02:00
2023-12-01 16:47:54 +01:00
2024-01-15 11:17:19 +00:00
2024-08-28 13:51:37 +02:00
2024-01-15 11:17:19 +00:00
2023-12-01 16:47:54 +01:00