diff --git a/src/components/NcButton/NcButton.vue b/src/components/NcButton/NcButton.vue
index 1290271f8c..cf615aa90e 100644
--- a/src/components/NcButton/NcButton.vue
+++ b/src/components/NcButton/NcButton.vue
@@ -319,6 +319,118 @@ export default {
}
```
+
+### Usage example: Sorting table columns
+The standard way to implement sortable table column headers should be like this:
+
+```vue
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ Lorem ipsum |
+ 8 MiB |
+
+
+
+
+
+
+```
+