From 6f117c4a0f7d60811f6850ca90c130aed44e3acc Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 9 Sep 2018 14:42:18 +0800 Subject: [PATCH] patch docs --- docs/toolkits-getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/toolkits-getting-started.md b/docs/toolkits-getting-started.md index 682644d..a573962 100644 --- a/docs/toolkits-getting-started.md +++ b/docs/toolkits-getting-started.md @@ -53,6 +53,7 @@ In addition, You have to move following required props from `BootstraTable` to ` * [keyField](./table-props.html#keyfield-required-string) * [data](./table-props.html#data-required-array) * [columns](./table-props.html#columns-required-object) +* [bootstrap4](./table-props.html#bootstrap4-bool) ### Additional props on ToolkitProvider