# Modifying DirectoryTables

**URL:** https://meta.discourse.org/t/modifying-directorytables/255156
**Category:** Development
**Created:** [February 14, 2023, 8:32pm UTC](https://meta.discourse.org/t/modifying-directorytables/255156 "2023-02-14T20:32:19Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [February 14, 2023, 8:41pm UTC](https://meta.discourse.org/t/modifying-directorytables/255156/3 "2023-02-14T20:41:11Z")

</div>

Good timing! This week I’ve started updating the directory to move away from a `<table>` to a more flexible div layout that recreates the table layout using CSS grid. So if you can wait a week or two this should be the new default.

Otherwise you’d have to override our [default template here](https://github.com/discourse/discourse/blob/ba3f62f576068035bc8fbda615e595960cd4520c/app/assets/javascripts/discourse/app/components/directory-table.hbs) from within a theme. We have some details about template overrides in [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/beginners-guide-to-developing-discourse-themes/93648#overriding-discourse-templates-23)

---

_[View the full topic](https://meta.discourse.org/t/modifying-directorytables/255156)._
