Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add repo link

authored by

Maximilian Kaske and committed by
Maximilian Kaske
f3524c73 aa675c89

+3 -3
+3 -3
apps/web/src/content/posts/the-data-table-i-always-wanted.mdx
··· 12 12 13 13 First, a note: While there's still a long way to go, the PR [#11](https://github.com/openstatusHQ/data-table-filters/pull/11) marks an important second milestone after the initial release a few months ago. We now have a solid foundation to focus on the component API design and data fetching for the data table. Though you can create your own data table using config files (for "sheet," "filters," and "columns"), you end up writing more code than you would like. 14 14 15 - If you want to try out the demo right away: [logs.run/i](http://logs.run/i) 15 + If you want to try out the demo right away [logs.run/i](http://logs.run/i) or go to the [data-table-filters](https://github.com/openstatusHQ/data-table-filters) repository. 16 16 17 - ### Design improvements 17 + ### Design improvementså 18 18 19 19 We've reworked the design. Adding table borders improves clarity and structure. We've replaced the `Check` icon with the rounded square already used in the Chart to maintain design consistency. We've also removed the "green" highlighting to emphasize bad requests instead. 20 20 ··· 155 155 156 156 Thanks for the read and see you in a while! And don’t forget to [leave a star](https://github.com/openstatusHQ/openstatus) if you enjoyed it! 157 157 158 - Try the demo: [logs.run/i](http://logs.run/i) 158 + Try the demo [logs.run/i](http://logs.run/i) or checkout the [data-table-filters](https://github.com/openstatusHQ/data-table-filters) repository.