diff --git a/docs/src/xhtml/components/table/formatting.xhtml b/docs/src/xhtml/components/table/formatting.xhtml
index f39b451cf..c476deba8 100644
--- a/docs/src/xhtml/components/table/formatting.xhtml
+++ b/docs/src/xhtml/components/table/formatting.xhtml
@@ -82,6 +82,30 @@
http(s)://
and note that links should not be used for internal navigation, at
least not just yet.
+ If you need to support links only in specific column, you can set the
+ linkable
property to true
in a column's config:
+
If the link should work more like a button, you can intecept the click action with the
onlink
callback. In this case, you can use any string as the
@@ -92,7 +116,7 @@