diff --git a/src-docs/src/components/guide_section/guide_section.js b/src-docs/src/components/guide_section/guide_section.js
index 2e79cae3771..39186b174a7 100644
--- a/src-docs/src/components/guide_section/guide_section.js
+++ b/src-docs/src/components/guide_section/guide_section.js
@@ -172,7 +172,7 @@ export class GuideSection extends Component {
function markup(text) {
const regex = /(#[a-zA-Z]+)|(`[^`]+`)/g;
- return text.split(regex).map(token => {
+ return text.split(regex).map((token, index) => {
if (!token) {
return '';
}
@@ -181,11 +181,11 @@ export class GuideSection extends Component {
const onClick = () => {
document.getElementById(id).scrollIntoView();
};
- return
{description}
+ The following example demonstrates "actions" columns. This is a special column
+ where you can define item level actions on. The most basic action you can define is a button
+ (maybe be of type
+ The implementation enforces some of the UI/UX guidelines: +
+
+ The following user table example shows the most basic form of the
+
+ The
+ Other optional properties are tightly aligned to the different supported features
+ -
+ The following example shows how to configure pagination via the
+ The following example shows how to configure selection via the
+ The following example shows how to configure column sorting via the