Openstatus www.openstatus.dev

refactor: slug

authored by

Maximilian Kaske and committed by
Maximilian Kaske
5a096feb 7cb7f63a

+4 -4
apps/web/public/assets/posts/the-data-table-i-always-wanted/after.png apps/web/public/assets/posts/data-table-redesign/after.png
apps/web/public/assets/posts/the-data-table-i-always-wanted/before.png apps/web/public/assets/posts/data-table-redesign/before.png
apps/web/public/assets/posts/the-data-table-i-always-wanted/toolbox.png apps/web/public/assets/posts/data-table-redesign/toolbox.png
+4 -4
apps/web/src/content/posts/the-data-table-i-always-wanted.mdx apps/web/src/content/posts/data-table-redesign.mdx
··· 1 1 --- 2 - title: The data-table I always wanted 2 + title: The React data-table I always wanted 3 3 description: Better design, new features, and performance improvements. 4 4 author: 5 5 name: Maximilian Kaske 6 6 url: https://x.com/mxkaske 7 7 avatar: /assets/authors/max.png 8 8 publishedAt: 2025-02-02 9 - image: /assets/posts/the-data-table-i-always-wanted/toolbox.png 9 + image: /assets/posts/data-table-redesign/toolbox.png 10 10 tag: engineering 11 11 --- 12 12 ··· 21 21 A quick look of the before/after changes: 22 22 23 23 <ImageWithCaption 24 - src="/assets/posts/the-data-table-i-always-wanted/before.png" 24 + src="/assets/posts/data-table-redesign/before.png" 25 25 alt="before" 26 26 caption="before" 27 27 /> 28 28 29 29 <ImageWithCaption 30 - src="/assets/posts/the-data-table-i-always-wanted/after.png" 30 + src="/assets/posts/data-table-redesign/after.png" 31 31 alt="after" 32 32 caption="after" 33 33 />