# New th in topic table

**URL:** https://meta.discourse.org/t/new-th-in-topic-table/280116
**Category:** Development
**Created:** [September 26, 2023, 4:47am UTC](https://meta.discourse.org/t/new-th-in-topic-table/280116 "2023-09-26T04:47:34Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![hawm](https://avatars.discourse-cdn.com/v4/letter/h/f07891/32.png) [@hawm](https://meta.discourse.org/u/hawm)
#### Post date: [September 26, 2023, 9:10am UTC](https://meta.discourse.org/t/new-th-in-topic-table/280116/6 "2023-09-26T09:10:55Z")

</div>

> [@Lhc\_fl](#):
>
> Then create a new file with the same name in your theme component according to the path to overwrite it

Or using the raw plugin outlet?

> [@An interesting strategy for passing properties via raw template plugin outlets](https://meta.discourse.org/t/an-interesting-strategy-for-passing-properties-via-raw-template-plugin-outlets/210054):
>
> A quick question on this. I noticed something interesting in TLT: There is no passing of the model here. Yet you manage to do this: I can only assume this is a stable strategy for passing down the model properties because it’s being employed here - any caveats? One of the reasons I was finding these available plugin outlets less useful was because they don’t often explicitly pass down the relevant model. Is this pattern documented anywhere? I haven’t seen it in the Ember guides …

> [@How to implement "raw-plugin-outlet"](https://meta.discourse.org/t/how-to-implement-raw-plugin-outlet/178385/2):
>
> Welcome! sorry this wasn’t answered earlier, but hopefully this will help someone… To use a raw plugin outlet you need to create an hbr file, like this: /connectors/topic-list-before-status/my-content.hbr If you’re adding static HTML you can add it within that file. If you want to some custom logic, you can use this structure: /raw-views/my-object.js /templates/my-object.hbr and within your /connectors/topic-list-before-status/my-content.hbr file you’d add: {{my-object}}

---

_[View the full topic](https://meta.discourse.org/t/new-th-in-topic-table/280116)._
