From d19f555208dae59ca5b43a328b6f25acf99dfcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bov=C3=A9?= Date: Thu, 30 Nov 2017 14:05:00 +0100 Subject: [PATCH] Update table.md Fixes typo --- examples/docs/en-US/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index 24ad83e43..babda5a2e 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1714,7 +1714,7 @@ For table of numbers, you can add an extra row at the table footer displaying ea ### Rowspan and colspan Configuring rowspan and colspan allows you to merge cells -:::demo Use the `span-method` attribute to configure rowspan and colspan. It accepts a method, and passes an object to that method including current row `row`, current column `column`, current row index `rowIndex` and current column index `columnIndex`. The method should return an array of two numbers, the first number being `rowspan` and second `colspan`. It can also return an object with `rowsapn` and `colspan` props. +:::demo Use the `span-method` attribute to configure rowspan and colspan. It accepts a method, and passes an object to that method including current row `row`, current column `column`, current row index `rowIndex` and current column index `columnIndex`. The method should return an array of two numbers, the first number being `rowspan` and second `colspan`. It can also return an object with `rowspan` and `colspan` props. ```html