No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":":columns","level":"1.5.2","depth":2,"next":{"title":":data","level":"1.5.3","depth":2,"path":"detailed/props-data.md","ref":"detailed/props-data.md","articles":[]},"previous":{"title":"props of Datatable","level":"1.5.1","depth":2,"path":"detailed/datatable-props.md","ref":"detailed/datatable-props.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-columns.md","mtime":"2017-07-12T08:39:13.041Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":":columns","level":"1.5.2","depth":2,"next":{"title":":data","level":"1.5.3","depth":2,"path":"detailed/props-data.md","ref":"detailed/props-data.md","articles":[]},"previous":{"title":"props of Datatable","level":"1.5.1","depth":2,"path":"detailed/datatable-props.md","ref":"detailed/datatable-props.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-columns.md","mtime":"2017-07-24T08:58:03.224Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/docs/_book/en/detailed/props-columns.md b/docs/_book/en/detailed/props-columns.md
index c981c19..a6f985e 100644
--- a/docs/_book/en/detailed/props-columns.md
+++ b/docs/_book/en/detailed/props-columns.md
@@ -54,11 +54,12 @@ These are attributes of `columns[i]`:
| sort | Is sortable | Boolean | true / false | false | N |
| weight | Ranking weight | Number | - | 0 | N |
| visible | Is visible | Boolean / String (if the type is String, the visibility is not allowed to toggle) | true / false / 'true' / 'false' | true | N |
-| colClass | classnames for ` / | ` | String | - | - | N |
+| colspan | colspan for ` | / | ` | Number | - | - | N |
+| colClass | classes for ` | / | ` | String / Object | - | - | N |
| colStyle | inline styles for ` | / | ` | Object | - | - | N |
-| thClass | classnames for ` | ` | String | - | - | N |
+| thClass | classes for ` | ` | String | - | - | N |
| thStyle | inline styles for ` | ` | Object | - | - | N |
| thComp | name of dynamic component for ` | ` | String | - | - | N |
-| tdClass | classnames for ` | ` | String | - | - | N |
+| tdClass | classes for ` | ` | String | - | - | N |
| tdStyle | inline styles for ` | ` | Object | - | - | N |
| tdComp | name of dynamic component for ` | ` | String | - | - | N |
diff --git a/docs/_book/en/detailed/props-data.html b/docs/_book/en/detailed/props-data.html
index 3b6127b..371cd9a 100644
--- a/docs/_book/en/detailed/props-data.html
+++ b/docs/_book/en/detailed/props-data.html
@@ -385,6 +385,7 @@ :data
}
}
})
+ ...
Object.defineProperty(item, '__nested__', { enumerable: false })
}
})
@@ -493,7 +494,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":":data","level":"1.5.3","depth":2,"next":{"title":":query","level":"1.5.4","depth":2,"path":"detailed/props-query.md","ref":"detailed/props-query.md","articles":[]},"previous":{"title":":columns","level":"1.5.2","depth":2,"path":"detailed/props-columns.md","ref":"detailed/props-columns.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-data.md","mtime":"2017-06-06T10:42:32.516Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":":data","level":"1.5.3","depth":2,"next":{"title":":query","level":"1.5.4","depth":2,"path":"detailed/props-query.md","ref":"detailed/props-query.md","articles":[]},"previous":{"title":":columns","level":"1.5.2","depth":2,"path":"detailed/props-columns.md","ref":"detailed/props-columns.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-data.md","mtime":"2017-07-24T08:55:53.584Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/docs/_book/en/detailed/props-data.md b/docs/_book/en/detailed/props-data.md
index 711d911..994c8d6 100644
--- a/docs/_book/en/detailed/props-data.md
+++ b/docs/_book/en/detailed/props-data.md
@@ -40,6 +40,7 @@ data$ () {
}
}
})
+ ... // omit the implementation of accordion
Object.defineProperty(item, '__nested__', { enumerable: false })
}
})
diff --git a/docs/_book/en/detailed/props-query.html b/docs/_book/en/detailed/props-query.html
index 47d9d31..4417465 100644
--- a/docs/_book/en/detailed/props-query.html
+++ b/docs/_book/en/detailed/props-query.html
@@ -469,7 +469,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":":query","level":"1.5.4","depth":2,"next":{"title":":selection","level":"1.5.5","depth":2,"path":"detailed/props-selection.md","ref":"detailed/props-selection.md","articles":[]},"previous":{"title":":data","level":"1.5.3","depth":2,"path":"detailed/props-data.md","ref":"detailed/props-data.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-query.md","mtime":"2017-06-06T11:23:26.780Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":":query","level":"1.5.4","depth":2,"next":{"title":":selection","level":"1.5.5","depth":2,"path":"detailed/props-selection.md","ref":"detailed/props-selection.md","articles":[]},"previous":{"title":":data","level":"1.5.3","depth":2,"path":"detailed/props-data.md","ref":"detailed/props-data.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-query.md","mtime":"2017-06-06T11:23:26.780Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/docs/_book/en/detailed/props-selection.html b/docs/_book/en/detailed/props-selection.html
index 36c8ebb..e52e500 100644
--- a/docs/_book/en/detailed/props-selection.html
+++ b/docs/_book/en/detailed/props-selection.html
@@ -411,7 +411,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":":selection","level":"1.5.5","depth":2,"next":{"title":":xprops","level":"1.5.6","depth":2,"path":"detailed/props-xprops.md","ref":"detailed/props-xprops.md","articles":[]},"previous":{"title":":query","level":"1.5.4","depth":2,"path":"detailed/props-query.md","ref":"detailed/props-query.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-selection.md","mtime":"2017-06-06T11:37:33.452Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":":selection","level":"1.5.5","depth":2,"next":{"title":":xprops","level":"1.5.6","depth":2,"path":"detailed/props-xprops.md","ref":"detailed/props-xprops.md","articles":[]},"previous":{"title":":query","level":"1.5.4","depth":2,"path":"detailed/props-query.md","ref":"detailed/props-query.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-selection.md","mtime":"2017-06-06T11:37:33.452Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/docs/_book/en/detailed/props-xprops.html b/docs/_book/en/detailed/props-xprops.html
index b929412..240313c 100644
--- a/docs/_book/en/detailed/props-xprops.html
+++ b/docs/_book/en/detailed/props-xprops.html
@@ -457,7 +457,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":":xprops","level":"1.5.6","depth":2,"next":{"title":"Dynamic Components","level":"1.5.7","depth":2,"path":"detailed/dynamic-comps.md","ref":"detailed/dynamic-comps.md","articles":[]},"previous":{"title":":selection","level":"1.5.5","depth":2,"path":"detailed/props-selection.md","ref":"detailed/props-selection.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-xprops.md","mtime":"2017-06-08T02:13:29.098Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":":xprops","level":"1.5.6","depth":2,"next":{"title":"Dynamic Components","level":"1.5.7","depth":2,"path":"detailed/dynamic-comps.md","ref":"detailed/dynamic-comps.md","articles":[]},"previous":{"title":":selection","level":"1.5.5","depth":2,"path":"detailed/props-selection.md","ref":"detailed/props-selection.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"detailed/props-xprops.md","mtime":"2017-06-08T02:13:29.098Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/docs/_book/en/getting-started.html b/docs/_book/en/getting-started.html
index 52f7789..b1e7e58 100644
--- a/docs/_book/en/getting-started.html
+++ b/docs/_book/en/getting-started.html
@@ -435,7 +435,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Getting started","level":"1.4","depth":1,"next":{"title":"Detailed (click me)","level":"1.5","depth":1,"path":"detailed/README.md","ref":"detailed/README.md","articles":[{"title":"props of Datatable","level":"1.5.1","depth":2,"path":"detailed/datatable-props.md","ref":"detailed/datatable-props.md","articles":[]},{"title":":columns","level":"1.5.2","depth":2,"path":"detailed/props-columns.md","ref":"detailed/props-columns.md","articles":[]},{"title":":data","level":"1.5.3","depth":2,"path":"detailed/props-data.md","ref":"detailed/props-data.md","articles":[]},{"title":":query","level":"1.5.4","depth":2,"path":"detailed/props-query.md","ref":"detailed/props-query.md","articles":[]},{"title":":selection","level":"1.5.5","depth":2,"path":"detailed/props-selection.md","ref":"detailed/props-selection.md","articles":[]},{"title":":xprops","level":"1.5.6","depth":2,"path":"detailed/props-xprops.md","ref":"detailed/props-xprops.md","articles":[]},{"title":"Dynamic Components","level":"1.5.7","depth":2,"path":"detailed/dynamic-comps.md","ref":"detailed/dynamic-comps.md","articles":[]}]},"previous":{"title":"Tricks","level":"1.3","depth":1,"path":"tricks.md","ref":"tricks.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"getting-started.md","mtime":"2017-07-12T08:46:37.907Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Getting started","level":"1.4","depth":1,"next":{"title":"Detailed (click me)","level":"1.5","depth":1,"path":"detailed/README.md","ref":"detailed/README.md","articles":[{"title":"props of Datatable","level":"1.5.1","depth":2,"path":"detailed/datatable-props.md","ref":"detailed/datatable-props.md","articles":[]},{"title":":columns","level":"1.5.2","depth":2,"path":"detailed/props-columns.md","ref":"detailed/props-columns.md","articles":[]},{"title":":data","level":"1.5.3","depth":2,"path":"detailed/props-data.md","ref":"detailed/props-data.md","articles":[]},{"title":":query","level":"1.5.4","depth":2,"path":"detailed/props-query.md","ref":"detailed/props-query.md","articles":[]},{"title":":selection","level":"1.5.5","depth":2,"path":"detailed/props-selection.md","ref":"detailed/props-selection.md","articles":[]},{"title":":xprops","level":"1.5.6","depth":2,"path":"detailed/props-xprops.md","ref":"detailed/props-xprops.md","articles":[]},{"title":"Dynamic Components","level":"1.5.7","depth":2,"path":"detailed/dynamic-comps.md","ref":"detailed/dynamic-comps.md","articles":[]}]},"previous":{"title":"Tricks","level":"1.3","depth":1,"path":"tricks.md","ref":"tricks.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"getting-started.md","mtime":"2017-07-12T08:46:37.907Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/_book/en/i18n.html b/docs/_book/en/i18n.html
index aaec0cc..87a1dce 100644
--- a/docs/_book/en/i18n.html
+++ b/docs/_book/en/i18n.html
@@ -447,7 +447,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"I18N","level":"1.6","depth":1,"next":{"title":"DIY","level":"1.7","depth":1,"path":"DIY.md","ref":"DIY.md","articles":[]},"previous":{"title":"Dynamic Components","level":"1.5.7","depth":2,"path":"detailed/dynamic-comps.md","ref":"detailed/dynamic-comps.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"i18n.md","mtime":"2017-07-12T09:31:04.184Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"I18N","level":"1.6","depth":1,"next":{"title":"DIY","level":"1.7","depth":1,"path":"DIY.md","ref":"DIY.md","articles":[]},"previous":{"title":"Dynamic Components","level":"1.5.7","depth":2,"path":"detailed/dynamic-comps.md","ref":"detailed/dynamic-comps.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"i18n.md","mtime":"2017-07-12T09:31:04.184Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/_book/en/index.html b/docs/_book/en/index.html
index d3cf36d..6854794 100644
--- a/docs/_book/en/index.html
+++ b/docs/_book/en/index.html
@@ -406,7 +406,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Catalog","level":"1.1","depth":1,"next":{"title":"Preface","level":"1.2","depth":1,"path":"preface.md","ref":"preface.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"README.md","mtime":"2017-06-05T02:10:12.958Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Catalog","level":"1.1","depth":1,"next":{"title":"Preface","level":"1.2","depth":1,"path":"preface.md","ref":"preface.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"README.md","mtime":"2017-06-05T02:10:12.958Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/_book/en/preface.html b/docs/_book/en/preface.html
index debbf3d..345eb03 100644
--- a/docs/_book/en/preface.html
+++ b/docs/_book/en/preface.html
@@ -404,7 +404,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Preface","level":"1.2","depth":1,"next":{"title":"Tricks","level":"1.3","depth":1,"path":"tricks.md","ref":"tricks.md","articles":[]},"previous":{"title":"Catalog","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"preface.md","mtime":"2017-06-08T02:13:29.099Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Preface","level":"1.2","depth":1,"next":{"title":"Tricks","level":"1.3","depth":1,"path":"tricks.md","ref":"tricks.md","articles":[]},"previous":{"title":"Catalog","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"preface.md","mtime":"2017-06-08T02:13:29.099Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/_book/en/search_index.json b/docs/_book/en/search_index.json
index 895db1d..905dec4 100644
--- a/docs/_book/en/search_index.json
+++ b/docs/_book/en/search_index.json
@@ -1 +1 @@
-{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","(click","(issues)","(releases)",":column",":data",":queri",":select",":xprop","catalog","changelog","compon","datat","detail","diy","dynam","get","i18n","me)","prefac","prop","q","start","trick","§"],"preface.html":[")","+","/","1.x.(in","2.x.but","3.x","4.x(avail","accord","awesom","below:","bootstrap","build","busi","comprehend","datat","datatables,","dedic","degrad","depend","design","document","font","globally)","is,","key","let","libraries.","lodash.orderbi","meaningless)","meet","migrat","need","none","open","p.s.","plenti","popular","prefac","premise,","project","ref","replac","requirements.(if","shown","sourc","source.und","suitabl","support","time,","vue","yourself.","§"],"tricks.html":["$vm","$vm._uida","((col.weight","()","(...)","({","/","//","0","0),","1,","2,","3,","4","=","=>","a:","accord","assum","attach","awar","b:","befor","before,","below:","better","bind","boolean","c:","code","col","col))","col.weight","cols.map(col","comma","compon","component,to","components.","comprehens","console.log(this)","d:","data:","default","defin","devtool","do.","docs:","don't","dynam","e.g.","earth","elegant.","equal","exactli","export","follow","gener","get","global","grasp","helloworld","help","homework","id","instanc","it'","jsx","latter","lib/headersettings/columngroup.vu","look","made","mani","mean","more","need","offici","on","oper","ourselves.","pass?","pattern","print","prop","props:","proptype:","return","see","seem","settimeout(()","shorten","simplest","simplifi","sourc","spread","started,","take","templat","test:","trick","uniqu","us","usag","v","vue","vuejs/vue#4962","way","what'","within","you'd","{","{})","||","}","})","§","⊙"],"getting-started.html":["'../_mockdata'","'age',","'country'","'country',","'email'","'email',","'name'","'uid',","'user","'username',","'vue'","'vue2","()","(query)","(sourc","({",",","//","0,","=","=>",">_","[","[],","],","basic","columns:","compon","component'","data:","datat","deep:","default","demo","exampl","examples#basic)","examples/src/basic/index.vu","export","field:","get","handler","id',","import","let'","mockdata","mockdata(query).then(({","npm","ok","queri","query:","roll","row","rows,","s","sort:","start","this.data","this.tot","title:","total","total:","true","up","vue","vue.use(datatable)","vue2","watch:","{","{{","{}","}","})","}),","},","}}","§"],"detailed/":["(click","(sourc","advanc","befor","below:","better","columngroup.vu","content.","datat","demo","detail","exampl","examples#advanced)","examples/src/advanced/index.vue,","headersettings/","headsort.vu","index.vu","let'","lib/","limitselect.vu","look","me)","multiselect.vu","pagination.vu","shown","sourc","structur","tree","understand","§","│","└─","├─"],"detailed/datatable-props.html":["'accordion'","(accordion","(lib/index.vue).bi","(rows)","(sourc",".tabl","/","abov","add","advanc","array","backup","base","below:","boolean","border","column","compon","components(thcomp","component)","contain","content,","cover","current","data","datat","default","defin","demo","desc","dynam","emphas","exampl","examples#advanced)almost","examples/src/advanced/index.vue,","extra","fals","follow","headerset","highli","imitate.","mode","multi","n","nest","number","object","option","page","pagin","pass","prop","queri","recommend","record","relat","render","requir","row","select","sourc","string","studi","summari","support","supported)","tabl","tdcomp","total","true","type","usages,","valu","way,","xprop","y","§"],"detailed/props-columns.html":["'age',","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'lang',","'language',","'name'","'name',","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'sortable',","'text","'true'","'true',","'uid',","'user","'username',","'w","(computed.columns$","(if","(radio)',","(titl","/","//","0","1","240',",":column","[","[{","]","`radio`","`type`","`visible:","accord","advanc","allow","alway","attr","attribut","basic","below","boolean","classnam","colclass","colclass:","color',","colstyl","column","columns:","columns[i]:","compar","compon","convert","default","definit","desc","display","don't","dynam","examples#advanc","examples#bas","examples:","explain","explain:","fals","false,","false`,","field","field:","fontstyle:","fontweight:","forget","groupname:","headerset","id',","info',","inlin","label","label:","language',","let'","lib/index.vue),","n","name","number","object","option","place","rank","requir","row","set","set)","shorthand","sort","sort:","sortabl","sourc","standard","string","string,","style","success'","take","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","thclass","thclass:","thcomp","thcomp:","thstyle","thstyle:","time',","titl","title:","toggle)","true","true,","type","type:","valu","version","visibl","visible:","weight","weight:","{","}","},","}]"],"detailed/props-data.html":["!this.vis","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","''","'',","'__nested__',","'boolean':","'string':","(!item.__nested__)","()","(arguments.length)","(comp,","(computed.data$","(row)","(rows)","(this.supportnested)","(typeof","/","0:","1:","2:",":data","=","=>","__nested__","__nested__,","above,","accord","advanc","api","attr","attribut","attributes:","boolean","break","call","case","comp","comp)","comp:","compon","components.(of","components:","compromise.","const","control","conveni","cource,","current","data","data$","data.","data.foreach(item","datat","deep","default","desc","direct","do","dynam","each","enumerable:","example,","fals","false,","full","function","highli","imitate.","includ","invok","it'","it.","item","lib/index.vue)","made","magic","more","name","necessari","nest","nested,","normally,","object.defineproperty(item,","opt","option","pass","perform","popular","prefer","props.nested.$toggl","props.row.__nested__.$toggle,","recommend","relat","return","rows.however,","same","see","semant","simple.but","sourc","source,","string","studi","support","switch","talk","tdcomp","these,","thing)","this.$set(item,","this.comp","this.vis","three","true","type","unenumer","us","usag","valu","visibl","visible)","visible:","way,","works:","{","}","})"],"detailed/props-query.html":["$route.queri","$vm.$set","'$route.query'","''","'')","'',","'../../../'","'../_mockdata'","'age',","'berkeley'","'country'","'country',","'email'","'email',","'ken'","'keyword',","'name'","'uid',","'user","'username',","()","(but","(e.g.","(pay","(query)","(recommended)","(sourc","(such","...queri","/","//","0,","1,","10,","2","2,",":queri","=","=>","[","[],","[{","],","abov","above,","accord","advanc","ajax","array","attent","basic","both","case","chang","columns:","common","complex","components:","comput","condit","const","creat","data","data:","datat","deep:","default","doesn't","don't","either:","empti","encodeuricompon","escap","exampl","example,","example.they","examples/src/advanced/comps/th","export","extend","extra","field:","filter.vue)","forget","full","gener","get,","handler","here","hook","id',","id:","immediate:","immediately.that'","import","init","initi","it'","keep","key,","keyword),","keyword:","let'","lib/index.vue):","limit:","listen","make","manual","meet","method","methods.search","mockdata","mockdata(query).then(({","name:","need","need:","nest","normally,","object","object.keys(q).foreach(key","offset:","or:","order:","page","pass","path:","production)","properti","property,","purpose:","q","q[key]))","queri","query:","question:","reactive!(method","reload","reload.th","required)","requirement:","return","row","rows,","same","secur","see","should:","solut","sort:","speaking,","sync","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(query,","this.$set(this.query,","this.data","this.tot","tips:","title:","total","total:","true","true?answer:","two","unnecessari","url","url)","url.","us","valu","veri","vue.set","watch","watch:","{","{}.if","}","})","},","}])","⊙"],"detailed/props-selection.html":["()","//",":select","=","=>","[","[...this.data])","[].if","]","adapt:","advanc","all.thi","array","attention:","clear","data.","default,","deselect","empti","exampl","example,","first","handlequerychang","lead","methods:","mockdata(this.query).then(({","need","normally,","pass","pm","problem.let'","programmat","refer","row","rows,","same.","select","selected,","selection.","simple!","summari","take","this.$nexttick(()","this.data","this.data[0]","this.select","this.summari","this.tot","total","total,","way:","whole","{","}","})"],"detailed/props-xprops.html":["'../../../'","'../_mockdata'","'vue'","()","(of","({","*/],","*/})",".$on('',",".$on('reload',","/","//","0,",":xprop","=","=>","[/*","[],","advanc","basic","busi","care","changeful,","clean,","columns:","come","common","compon","components.but","components:","container.","creat","current","data:","datat","deep:","default","dynam","effort.","event","eventbu","eventbus:","evolv","exampl","example:","export","extend","extra","handler","here","implement","import","instanc","instance.therefore,","into:","keep","less","let'","loaddata","mani","mean","methods:","mockdata","mockdata(this.query).then(({","names).","namespac","need","nest","new","omit","pass","props.","props.a","query:","recurs","requir","result,","row","rows,","sake","someth","sourc","tdcomp","templat","thank","thcomp","this.data","this.loaddata()","this.loaddata)","this.tot","this.xprops.eventbu","total","total:","tri","trick","trick,","true","unlimit","us","vue","vue()","watch:","xprop","xprops,","xprops:","{","{/*","{},","}","})","}),","},","⊙"],"detailed/dynamic-comps.html":["(spread)","...$prop","/","advanc","cases,","code","column","compon","components(thcomp","component(refer","component)","comps/","control","cover","current","datat","defin","desc","display","dynam","exampl","excerpt","field","follow","highli","imitate.","lib/index.vu","name","nest","object","prop","recommend","relat","row","row.__nested__)","sourc","string","studi","tdcomp","thcomp","titl","type","undefin","us","valu","§","⊙"],"i18n.html":["$i18n('item","$i18n('show')","',':","'./lib/index.vue'","'appli","'apply':","'clear","'item","'no","'show':","'summary':","'total':","'use","'vue'","'vue2","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(vue,","*/","...","/*","//","=","=>","backup","cn'","cn.js:","component'","component/locales/zh","const","content","data':","datat","datatable)","default","easy,","exampl","export","headersettings/index.vu","i18n","import","index.js:","index.vu","instal","it'","let'","lib/limitselect.vue:","limitselect.vu","local","local':","locale[srctxt]","locales/zh","look","magic","object!","ok","option","page')","page':","per","restore':","right?","set","settings':","simpl","simplest","solut","srctxt","take","vue","vue.component('datatable',","vue.prototype.$i18n","vue.use(datatable,","wow,","{","{{","{}","{})","||","}","})","}}","§","⊙"],"DIY.html":["/",">_","alway","build,","cd","cli'","clone","configur","consid","custom","datat","datatable.git","diy","examples/if","featur","git","https://github.com/onewaytech/vue2","issu","lib/","live","necessary,","now","npm","on,","pr","rid","start","thank","verbos","vue","vue2","webpack","welcome!","§"]},"length":14},"tokenStore":{"root":{"0":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},")":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"1":{"0":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"2":{"4":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}},"docs":{}},"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"x":{"docs":{},"若":{"docs":{},"要":{"docs":{},"运":{"docs":{},"用":{"docs":{},"在":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"3":{"docs":{},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"4":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"x":{"docs":{},"(":{"docs":{},"全":{"docs":{},"局":{"docs":{},"引":{"docs":{},"入":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"docs":{},"(":{"docs":{},"d":{"docs":{},"i":{"docs":{},"y":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}},"a":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"!":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}},"f":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"b":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"f":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":10.002906976744185}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":10.00502512562814}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":10.003378378378379}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":10.013513513513514}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":10.00632911392405}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.01507537688442211},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.006711409395973},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0379746835443038},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.3809523809523805}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"c":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}},"m":{"docs":{},"o":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"o":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"DIY.html":{"ref":"DIY.html","tf":10.026315789473685}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901}}}}}}},"§":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"前":{"docs":{},"言":{"docs":{"./":{"ref":"./","tf":0.05},"preface.html":{"ref":"preface.html","tf":10.025641025641026}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":10}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}},"国":{"docs":{},"际":{"docs":{},"化":{"docs":{"./":{"ref":"./","tf":0.05},"i18n.html":{"ref":"i18n.html","tf":10.007751937984496}}}}},"开":{"docs":{},"始":{"docs":{"./":{"ref":"./","tf":0.05},"getting-started.html":{"ref":"getting-started.html","tf":10.00925925925926}}}},"总":{"docs":{},"览":{"docs":{"./":{"ref":"./","tf":10.1}}}},"技":{"docs":{},"巧":{"docs":{"./":{"ref":"./","tf":0.05},"tricks.html":{"ref":"tricks.html","tf":10.010752688172044}}}},"版":{"docs":{},"本":{"docs":{},"迭":{"docs":{},"代":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"制":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}},"行":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"详":{"docs":{},"解":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"(":{"docs":{},"点":{"docs":{},"我":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/":{"ref":"detailed/","tf":10}}}}}}},"情":{"docs":{},"请":{"docs":{},"参":{"docs":{},"考":{"docs":{},"文":{"docs":{},"档":{"docs":{},":":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"项":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}},"+":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"/":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.06040268456375839},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.020348837209302327},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.020100502512562814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.06930693069306931},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"/":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"*":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}}},"a":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"a":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"p":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03355704697986577},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}}}}}},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"e":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125},"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0436046511627907},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}}}}},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"e":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.053691275167785234},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.01507537688442211}},"e":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"`":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},")":{"docs":{},",":{"docs":{},"则":{"docs":{},"以":{"docs":{},"下":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"二":{"docs":{},"选":{"docs":{},"一":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},")":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"o":{"docs":{},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"e":{"docs":{},"[":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"e":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"您":{"docs":{},"觉":{"docs":{},"得":{"docs":{},"某":{"docs":{},"些":{"docs":{},"功":{"docs":{},"能":{"docs":{},"很":{"docs":{},"必":{"docs":{},"须":{"docs":{},",":{"docs":{},"随":{"docs":{},"时":{"docs":{},"欢":{"docs":{},"迎":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"v":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"a":{"docs":{},"d":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"(":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}},"d":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"n":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"e":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.04918032786885246}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"!":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.05405405405405406},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"s":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"v":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"j":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"#":{"4":{"9":{"6":{"2":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.020100502512562814}},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01744186046511628},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186}}}}}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"仅":{"docs":{},"支":{"docs":{},"持":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}},"以":{"docs":{},"及":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"下":{"docs":{},"代":{"docs":{},"码":{"docs":{},"均":{"docs":{},"由":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}},"中":{"docs":{},"文":{"docs":{},"为":{"docs":{},"例":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}},"任":{"docs":{},"何":{"docs":{},"开":{"docs":{},"源":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"本":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},"技":{"docs":{},"巧":{"docs":{},"参":{"docs":{},"考":{"docs":{},"自":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"身":{"docs":{},"该":{"docs":{},"项":{"docs":{},"是":{"docs":{},"没":{"docs":{},"啥":{"docs":{},"好":{"docs":{},"讲":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"案":{"docs":{},"(":{"docs":{},"见":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}},"注":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}},"的":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"DIY.html":{"ref":"DIY.html","tf":0.03125}},"依":{"docs":{},"赖":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"可":{"docs":{},"替":{"docs":{},"换":{"docs":{},"性":{"docs":{},"极":{"docs":{},"强":{"docs":{},",":{"docs":{},"您":{"docs":{},"完":{"docs":{},"全":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"他":{"docs":{},"库":{"docs":{},"替":{"docs":{},"代":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"就":{"docs":{},"是":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"类":{"docs":{},"名":{"docs":{},"即":{"docs":{},"可":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"官":{"docs":{},"方":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"简":{"docs":{},"写":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"构":{"docs":{},"造":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"内":{"docs":{},"联":{"docs":{},"样":{"docs":{},"式":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00911854103343465}}}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0060790273556231}}}}}}},"标":{"docs":{},"准":{"docs":{},"形":{"docs":{},"式":{"docs":{},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}},"类":{"docs":{},"名":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00911854103343465}}}},"这":{"docs":{},"种":{"docs":{},"简":{"docs":{},"写":{"docs":{},"最":{"docs":{},"终":{"docs":{},"都":{"docs":{},"会":{"docs":{},"被":{"docs":{},"转":{"docs":{},"为":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}},"用":{"docs":{},"法":{"docs":{},"相":{"docs":{},"当":{"docs":{},"详":{"docs":{},"尽":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}},"变":{"docs":{},"化":{"docs":{},"来":{"docs":{},"重":{"docs":{},"新":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"引":{"docs":{},"用":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}},"都":{"docs":{},"未":{"docs":{},"必":{"docs":{},"能":{"docs":{},"满":{"docs":{},"足":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"(":{"docs":{},"否":{"docs":{},"则":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"这":{"docs":{},"个":{"docs":{},"项":{"docs":{},"目":{"docs":{},"了":{"docs":{},")":{"docs":{},"本":{"docs":{},"文":{"docs":{},"档":{"docs":{},"致":{"docs":{},"力":{"docs":{},"于":{"docs":{},"让":{"docs":{},"您":{"docs":{},"在":{"docs":{},"理":{"docs":{},"解":{"docs":{},"组":{"docs":{},"件":{"docs":{},"设":{"docs":{},"计":{"docs":{},"以":{"docs":{},"及":{"docs":{},"源":{"docs":{},"码":{"docs":{},"的":{"docs":{},"基":{"docs":{},"础":{"docs":{},"上":{"docs":{},",":{"docs":{},"可":{"docs":{},"自":{"docs":{},"行":{"docs":{},"定":{"docs":{},"制":{"docs":{},"出":{"docs":{},"最":{"docs":{},"适":{"docs":{},"合":{"docs":{},"您":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"称":{"docs":{},"呼":{"docs":{},",":{"docs":{},"我":{"docs":{},"也":{"docs":{},"不":{"docs":{},"能":{"docs":{},"免":{"docs":{},"俗":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"现":{"docs":{},"而":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"又":{"docs":{},"是":{"docs":{},"不":{"docs":{},"固":{"docs":{},"定":{"docs":{},"的":{"docs":{},",":{"docs":{},"很":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"很":{"docs":{},"多":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"会":{"docs":{},"被":{"docs":{},"清":{"docs":{},"空":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"降":{"docs":{},"级":{"docs":{},"使":{"docs":{},"用":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"也":{"docs":{},"只":{"docs":{},"是":{"docs":{},"替":{"docs":{},"换":{"docs":{},"掉":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}},"$":{"docs":{},"v":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"_":{"docs":{},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"就":{"docs":{},"是":{"docs":{},"利":{"docs":{},"用":{"docs":{},"了":{"docs":{},"该":{"docs":{},"为":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"docs":{}},"docs":{}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"=":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.035175879396984924},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.08108108108108109},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},">":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"c":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},")":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612}}}}}}}}},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"s":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352}},"o":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901},"./":{"ref":"./","tf":0.038461538461538464},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},")":{"docs":{},"。":{"docs":{},"若":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},",":{"docs":{},"靠":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"做":{"docs":{},"文":{"docs":{},"章":{"docs":{},"直":{"docs":{},"接":{"docs":{},"把":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"(":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},",":{"docs":{},"t":{"docs":{},"o":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"s":{"docs":{},"/":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"r":{"docs":{},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}},"a":{"docs":{},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"m":{"docs":{},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"i":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},".":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"n":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},",":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":10.076923076923077}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"n":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"j":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"s":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"l":{"docs":{},"i":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"'":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},"n":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"#":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"i":{"docs":{},"c":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}}}}}}}}},"/":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}},"e":{"docs":{},",":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"t":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"话":{"docs":{},"就":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"区":{"docs":{},"分":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"了":{"docs":{},"我":{"docs":{},"们":{"docs":{},"拿":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"s":{"docs":{},"y":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"m":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"f":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}},"o":{"docs":{},"k":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"l":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":10.01526717557252},"./":{"ref":"./","tf":0.038461538461538464}}}},"docs":{}},"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}},",":{"docs":{},"避":{"docs":{},"免":{"docs":{},"了":{"docs":{},"自":{"docs":{},"行":{"docs":{},"实":{"docs":{},"现":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"j":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"t":{"docs":{},"o":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"j":{"docs":{},"s":{"docs":{},"x":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"k":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.026845637583892617},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"q":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},"!":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.026845637583893}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"污":{"docs":{},"染":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":10.01639344262295}}}},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"a":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"s":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"?":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},".":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"o":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"m":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},"(":{"docs":{},"若":{"docs":{},"为":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"类":{"docs":{},"型":{"docs":{},"则":{"docs":{},"禁":{"docs":{},"止":{"docs":{},"设":{"docs":{},"置":{"docs":{},"该":{"docs":{},"列":{"docs":{},"显":{"docs":{},"隐":{"docs":{},"状":{"docs":{},"态":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"./":{"ref":"./","tf":0.038461538461538464},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.026845637583892617},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"[":{"0":{"docs":{},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"docs":{}},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"引":{"docs":{},"用":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"任":{"docs":{},"意":{"docs":{},"点":{"docs":{},"击":{"docs":{},"取":{"docs":{},"消":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.020100502512562814}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01744186046511628}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"e":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.046511627906976744},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"p":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.04697986577181208},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.02027027027027027},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}},"(":{"docs":{},"但":{"docs":{},"需":{"docs":{},"要":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"当":{"docs":{},"然":{"docs":{},"加":{"docs":{},"了":{"docs":{},"也":{"docs":{},"无":{"docs":{},"妨":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"?":{"docs":{},"解":{"docs":{},"答":{"docs":{},":":{"docs":{},"一":{"docs":{},"般":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{},"的":{"docs":{},"只":{"docs":{},"有":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}},"?":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"i":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":10.006802721088436},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"e":{"docs":{},"e":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}}}},"k":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"l":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"w":{"docs":{},"o":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.08695652173913043},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.05813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.05025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.06418918918918919},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.06329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"|":{"docs":{},"|":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"}":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.034782608695652174},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01744186046511628},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.035175879396984924},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.01507537688442211},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.040697674418604654},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.02531645569620253}}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"(":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"⊙":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.034013605442176874},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"中":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}},"的":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.008888888888888889}},"可":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{},"(":{"docs":{},"若":{"docs":{},"无":{"docs":{},"则":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"很":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"演":{"docs":{},"变":{"docs":{},"成":{"docs":{},"这":{"docs":{},"样":{"docs":{},"子":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"截":{"docs":{},"取":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"了":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"用":{"docs":{},"法":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"先":{"docs":{},"前":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}},"利":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"把":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"缩":{"docs":{},"写":{"docs":{},"为":{"docs":{},"一":{"docs":{},"行":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},"开":{"docs":{},"始":{"docs":{},"前":{"docs":{},",":{"docs":{},"最":{"docs":{},"好":{"docs":{},"先":{"docs":{},"来":{"docs":{},"做":{"docs":{},"一":{"docs":{},"下":{"docs":{},"预":{"docs":{},"备":{"docs":{},"功":{"docs":{},"课":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"于":{"docs":{},"您":{"docs":{},"的":{"docs":{},"理":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"讲":{"docs":{},"解":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},"前":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"来":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"下":{"docs":{},"本":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"就":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"此":{"docs":{},"提":{"docs":{},"一":{"docs":{},"个":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"需":{"docs":{},"求":{"docs":{},":":{"docs":{},"实":{"docs":{},"现":{"docs":{},"刷":{"docs":{},"新":{"docs":{},"后":{"docs":{},"保":{"docs":{},"持":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"是":{"docs":{},"同":{"docs":{},"步":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"明":{"docs":{},"确":{"docs":{},"指":{"docs":{},"出":{"docs":{},",":{"docs":{},"全":{"docs":{},"选":{"docs":{},"不":{"docs":{},"能":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"类":{"docs":{},"似":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"际":{"docs":{},"上":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},"该":{"docs":{},"项":{"docs":{},"应":{"docs":{},"该":{"docs":{},"叫":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}},"例":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"巧":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}},"或":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"打":{"docs":{},"印":{"docs":{},"出":{"docs":{},"当":{"docs":{},"前":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"了":{"docs":{},"解":{"docs":{},"实":{"docs":{},"例":{"docs":{},"属":{"docs":{},"性":{"docs":{},"有":{"docs":{},"哪":{"docs":{},"些":{"docs":{},",":{"docs":{},"分":{"docs":{},"别":{"docs":{},"作":{"docs":{},"何":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"实":{"docs":{},"例":{"docs":{},"所":{"docs":{},"包":{"docs":{},"含":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}},"若":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}},"这":{"docs":{},"种":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"去":{"docs":{},"生":{"docs":{},"成":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}},"仅":{"docs":{},"仅":{"docs":{},"就":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"普":{"docs":{},"通":{"docs":{},"对":{"docs":{},"象":{"docs":{},"而":{"docs":{},"已":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"下":{"docs":{},"面":{"docs":{},"两":{"docs":{},"种":{"docs":{},"写":{"docs":{},"法":{"docs":{},"是":{"docs":{},"等":{"docs":{},"价":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"显":{"docs":{},"然":{"docs":{},"后":{"docs":{},"者":{"docs":{},"更":{"docs":{},"优":{"docs":{},"雅":{"docs":{},"简":{"docs":{},"洁":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},"/":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"t":{"docs":{},"d":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"h":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"o":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"e":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}},"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"v":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"t":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"p":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}},"'":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},",":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"共":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"应":{"docs":{},"用":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"并":{"docs":{},"保":{"docs":{},"存":{"docs":{},"设":{"docs":{},"置":{"docs":{},"到":{"docs":{},"本":{"docs":{},"地":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}},"无":{"docs":{},"数":{"docs":{},"据":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"每":{"docs":{},"页":{"docs":{},"展":{"docs":{},"示":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"汇":{"docs":{},"总":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"清":{"docs":{},"空":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"并":{"docs":{},"恢":{"docs":{},"复":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},"项":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},">":{"docs":{},"_":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.10526315789473684}}}},"[":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"{":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.053691275167785234},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0436046511627907}},"p":{"docs":{},"m":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.05263157894736842}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"w":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"e":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"y":{"docs":{},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"w":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"q":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"./":{"ref":"./","tf":0.038461538461538464}},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0472972972972973}}},"y":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519}}},"(":{"docs":{},"在":{"docs":{},"业":{"docs":{},"务":{"docs":{},"中":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},"安":{"docs":{},"全":{"docs":{},"性":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"[":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"y":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"w":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"效":{"docs":{},"果":{"docs":{},"见":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}},"标":{"docs":{},"注":{"docs":{},"出":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"基":{"docs":{},"本":{"docs":{},"构":{"docs":{},"成":{"docs":{},"组":{"docs":{},"件":{"docs":{},"如":{"docs":{},"下":{"docs":{},"图":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}},"我":{"docs":{},"们":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}}}},"来":{"docs":{},"对":{"docs":{},"比":{"docs":{},"一":{"docs":{},"下":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"看":{"docs":{},"看":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"#":{"docs":{"detailed/":{"ref":"detailed/","tf":0.16326530612244897}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}},"│":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}},"└":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}},"├":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.14285714285714285}}}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"页":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}},"名":{"docs":{},"权":{"docs":{},"重":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"每":{"docs":{},"页":{"docs":{},"显":{"docs":{},"示":{"docs":{},"记":{"docs":{},"录":{"docs":{},"数":{"docs":{},"下":{"docs":{},"拉":{"docs":{},"选":{"docs":{},"择":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"目":{"docs":{},"录":{"docs":{},"树":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}},"见":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"行":{"docs":{},"首":{"docs":{},"多":{"docs":{},"选":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"栏":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}},".":{"docs":{},".":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"$":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}}},"$":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"承":{"docs":{},"载":{"docs":{},"这":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"元":{"docs":{},"素":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}},"几":{"docs":{},"乎":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}}}}}}}}}},"列":{"docs":{},"定":{"docs":{},"义":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"则":{"docs":{},"采":{"docs":{},"用":{"docs":{},"手":{"docs":{},"风":{"docs":{},"琴":{"docs":{},"策":{"docs":{},"略":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}}},"参":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"可":{"docs":{},"选":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}},"项":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"以":{"docs":{},"实":{"docs":{},"现":{"docs":{},"无":{"docs":{},"限":{"docs":{},"递":{"docs":{},"归":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},",":{"docs":{},"就":{"docs":{},"是":{"docs":{},"通":{"docs":{},"过":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"避":{"docs":{},"免":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"的":{"docs":{},"麻":{"docs":{},"烦":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"否":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.06956521739130435},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.04559270516717325}}},"多":{"docs":{},"项":{"docs":{},"选":{"docs":{},"择":{"docs":{},"的":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"亏":{"docs":{},"有":{"docs":{},"了":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}},"当":{"docs":{},"页":{"docs":{},"记":{"docs":{},"录":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"前":{"docs":{},"行":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}},"往":{"docs":{},"下":{"docs":{},"着":{"docs":{},"重":{"docs":{},"讲":{"docs":{},"解":{"docs":{},":":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}},"是":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.034782608695652174}},"否":{"docs":{},"必":{"docs":{},"须":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}},"支":{"docs":{},"持":{"docs":{},"保":{"docs":{},"存":{"docs":{},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"显":{"docs":{},"示":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}},"分":{"docs":{},"页":{"docs":{},"相":{"docs":{},"关":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"该":{"docs":{},"列":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"添":{"docs":{},"加":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"如":{"docs":{},"何":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"查":{"docs":{},"询":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},"汇":{"docs":{},"总":{"docs":{},"行":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"类":{"docs":{},"到":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}},"型":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},",":{"docs":{},"但":{"docs":{},"它":{"docs":{},"本":{"docs":{},"身":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"录":{"docs":{},"总":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},"说":{"docs":{},"明":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"文":{"docs":{},"字":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"额":{"docs":{},"外":{"docs":{},"传":{"docs":{},"给":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"承":{"docs":{},"载":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}},"`":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"下":{"docs":{},"面":{"docs":{},"列":{"docs":{},"出":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"与":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"同":{"docs":{},"时":{"docs":{},"用":{"docs":{},"于":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0060790273556231}}}}},"步":{"docs":{},"本":{"docs":{},"地":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"字":{"docs":{},"段":{"docs":{},"名":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}},"标":{"docs":{},"准":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"用":{"docs":{},"于":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0182370820668693}},"传":{"docs":{},"递":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"高":{"docs":{},"级":{"docs":{},"列":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"的":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}},"!":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},",":{"docs":{},"包":{"docs":{},"含":{"docs":{},"以":{"docs":{},"下":{"docs":{},"三":{"docs":{},"个":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"是":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"东":{"docs":{},"西":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}},"传":{"docs":{},"入":{"docs":{},"到":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"作":{"docs":{},"为":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"便":{"docs":{},"捷":{"docs":{},"操":{"docs":{},"作":{"docs":{},"函":{"docs":{},"数":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}},"的":{"docs":{},"各":{"docs":{},"个":{"docs":{},"元":{"docs":{},"素":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}},"部":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"才":{"docs":{},"合":{"docs":{},"理":{"docs":{},",":{"docs":{},"但":{"docs":{},"主":{"docs":{},"流":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}},"搬":{"docs":{},"出":{"docs":{},"来":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}},"支":{"docs":{},"持":{"docs":{},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"由":{"docs":{},"上":{"docs":{},"可":{"docs":{},"知":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"在":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"部":{"docs":{},",":{"docs":{},"即":{"docs":{},"可":{"docs":{},"通":{"docs":{},"过":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}},"您":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}},"于":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}},"设":{"docs":{},"置":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"不":{"docs":{},"可":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}},":":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}},"稍":{"docs":{},"微":{"docs":{},"把":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"了":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"a":{"docs":{},"g":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}},"p":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"一":{"docs":{},"般":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"您":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"空":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"数":{"docs":{},"组":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"述":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"均":{"docs":{},"在":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},"有":{"docs":{},"所":{"docs":{},"体":{"docs":{},"现":{"docs":{},",":{"docs":{},"最":{"docs":{},"终":{"docs":{},"目":{"docs":{},"的":{"docs":{},"都":{"docs":{},"是":{"docs":{},"让":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"查":{"docs":{},"询":{"docs":{},"属":{"docs":{},"性":{"docs":{},"变":{"docs":{},"成":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"(":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"会":{"docs":{},"立":{"docs":{},"即":{"docs":{},"发":{"docs":{},"生":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"故":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{},"若":{"docs":{},"还":{"docs":{},"有":{"docs":{},"其":{"docs":{},"他":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},"若":{"docs":{},"有":{"docs":{},"行":{"docs":{},"被":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}},"时":{"docs":{},"无":{"docs":{},"需":{"docs":{},"加":{"docs":{},"上":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"温":{"docs":{},"馨":{"docs":{},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"若":{"docs":{},"采":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},"疑":{"docs":{},"惑":{"docs":{},":":{"docs":{},"什":{"docs":{},"么":{"docs":{},"时":{"docs":{},"候":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"种":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"虽":{"docs":{},"是":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"看":{"docs":{},"看":{"docs":{},"本":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"请":{"docs":{},"求":{"docs":{},",":{"docs":{},"赋":{"docs":{},"值":{"docs":{},"较":{"docs":{},"为":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"一":{"docs":{},"个":{"docs":{},"网":{"docs":{},"址":{"docs":{},")":{"docs":{},"时":{"docs":{},"最":{"docs":{},"好":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"通":{"docs":{},"过":{"docs":{},"监":{"docs":{},"听":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"监":{"docs":{},"听":{"docs":{},"深":{"docs":{},"层":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"非":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"假":{"docs":{},"如":{"docs":{},"产":{"docs":{},"品":{"docs":{},"经":{"docs":{},"理":{"docs":{},"要":{"docs":{},"求":{"docs":{},"默":{"docs":{},"认":{"docs":{},"就":{"docs":{},"要":{"docs":{},"全":{"docs":{},"部":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},"。":{"docs":{},"就":{"docs":{},"拿":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"会":{"docs":{},"进":{"docs":{},"入":{"docs":{},"到":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}},"就":{"docs":{},"是":{"docs":{},"这":{"docs":{},"么":{"docs":{},"简":{"docs":{},"单":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}},"编":{"docs":{},"程":{"docs":{},"式":{"docs":{},"勾":{"docs":{},"选":{"docs":{},"第":{"docs":{},"一":{"docs":{},"条":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}},"]":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"}":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"再":{"docs":{},"三":{"docs":{},"斟":{"docs":{},"酌":{"docs":{},"下":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"引":{"docs":{},"入":{"docs":{},"了":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"妙":{"docs":{},"用":{"docs":{},"是":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"仅":{"docs":{},"限":{"docs":{},"于":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}},"顾":{"docs":{},"名":{"docs":{},"思":{"docs":{},"义":{"docs":{},",":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},"值":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}},"嵌":{"docs":{},"套":{"docs":{},"组":{"docs":{},"件":{"docs":{},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"运":{"docs":{},"用":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"什":{"docs":{},"么":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}},"原":{"docs":{},"理":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"很":{"docs":{},"简":{"docs":{},"单":{"docs":{},"吧":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},"(":{"docs":{},"以":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"繁":{"docs":{},"琐":{"docs":{},"的":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}},"来":{"docs":{},"定":{"docs":{},"制":{"docs":{},"源":{"docs":{},"码":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.026845637583892617}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"'":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"length":2150},"corpusTokens":["!this.vis","#","#advanc","#basic","$data.query)","$i18n('item","$i18n('show')","$route.queri","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","$vm","$vm.$set","$vm._uida","$vm._uid实际上就是利用了该为全局唯一的组件","&","'$route.query'","''","'')","'',","',':","'../../../'","'../_mockdata'","'./lib/index.vue'","'__nested__',","'accordion'","'age',","'appli","'apply':","'berkeley'","'boolean':","'clear","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'item","'ken'","'keyword',","'lang',","'language',","'name'","'name',","'no","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'show':","'sortable',","'string':","'summary':","'text","'total':","'true'","'true',","'uid',","'use","'user","'username',","'vue'","'vue2","'w","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(!item.__nested__)","((col.weight","()","(...)","(accordion","(arguments.length)","(but","(click","(comp,","(computed.columns$","(computed.data$","(demo","(diy)","(e.g.","(if","(issues)","(lib/index.vue).bi","(nest","(of","(pay","(props)","(query)","(radio)',","(recommended)","(releases)","(row)","(rows)","(sourc","(spread)","(such","(summari","(this.supportnested)","(titl","(typeof","(vue,","({",")","*/","*/],","*/})","+",",",".$on('',",".$on('reload',","...","...$prop","...queri",".tabl","/","/*","//","0","0),","0,","0:","1","1,","1.x","1.x.(in","10,","1:","2","2,","2.x.but","2.x若要运用在","240',","2:","3,","3.x","4","4.x(avail","4.x(全局引入)",":column",":data",":queri",":select",":xprop","=","=>",">_","[","[...this.data])","[/*","[]","[],","[].if","[{","]","],","__nested__","__nested__,","__nested__,包含以下三个属性:","`radio`","`type`","`visible:","a:","abov","above,","accord","adapt:","add","advanc","ajax","all.thi","allow","alway","api","array","assum","attach","attent","attention:","attr","attribut","attributes:","awar","awesom","b:","backup","base","basic","befor","before,","below","below:","better","bind","boolean","bootstrap","border","both","break","build","build,","busi","c:","call","care","case","cases,","catalog","cd","chang","changeful,","changelog","classnam","clean,","clear","cli","cli'","clone","cn'","cn.j","cn.js:","code","col","col))","col.weight","colclass","colclass:","color',","cols.map(col","colstyl","column","columngroup.vu","columns:","columns[i]","columns[i]:","come","comma","common","comp","comp)","comp:","compar","complex","compon","component'","component)。若传入","component),靠的就是在这里做文章直接把源码","component,to","component/locales/zh","components.","components.(of","components.but","components:","components(thcomp","component(refer","component)","comprehend","comprehens","compromise.","comps/","comput","computed.columns$)","computed.data$","condit","configur","consid","console.log(this)","const","contain","container.","content","content,","content.","control","conveni","convert","cource,","cover","creat","current","custom","d:","data","data$","data':","data.","data.foreach(item","data:","datat","datatable)","datatable.git","datatables,","dedic","deep","deep:","default","default,","defin","definit","degrad","demo","depend","desc","deselect","design","detail","devtool","direct","display","diy","do","do.","docs:","document","doesn't","don't","dynam","e.g.","each","earth","easy,","effort.","either:","elegant.","emphas","empti","encodeuricompon","enumerable:","equal","escap","event","eventbu","eventbus:","eventbus,这样的话就不需要区分命名空间了我们拿基本例子改一下:","evolv","exactli","exampl","example,","example.they","example:","examples#advanc","examples#advanced)","examples#advanced)almost","examples#bas","examples#basic)","examples/","examples/if","examples/src","examples/src/advanced/comps/th","examples/src/advanced/index.vu","examples/src/advanced/index.vue,","examples/src/basic/index.vu","examples:","excerpt","explain","explain:","export","extend","extra","fals","false,","false`,","featur","field","field:","filter.vu","filter.vue)","first","follow","font","fontstyle:","fontweight:","forget","full","function","gener","get","get,","git","global","globally)","grasp","groupname:","handlequerychang","handler","headerset","headersettings/","headersettings/index.vu","headsort.vu","helloworld","help","here","highli","homework","hook","https://github.com/onewaytech/vue2","i18n","id","id',","id:","id,避免了自行实现","imitate.","immediate:","immediately.that'","implement","import","includ","index.js:","index.js):","index.vu","info',","init","initi","inlin","instal","instanc","instance.therefore,","into:","invok","is,","issu","it'","it.","item","jsx","keep","key","key,","keyword),","keyword:","keyword),则以下两种方式二选一:","label","label:","language',","latter","lead","less","let","let'","lib/","lib/headersettings/columngroup.vu","lib/index.vu","lib/index.vue)","lib/index.vue),","lib/index.vue):","lib/limitselect.vu","lib/limitselect.vue:","lib/如果您觉得某些功能很必须,随时欢迎","libraries.","limit:","limitselect.vu","listen","live","loaddata","local","local':","locale[srctxt]","locales/zh","lodash.orderbi","look","made","magic","make","mani","manual","me)","mean","meaningless)","meet","method","methods.search","methods.search)","methods:","migrat","mockdata","mockdata(query).then(({","mockdata(this.query).then(({","mode","more","multi","multiselect.vu","n","name","name:","names).","namespac","necessari","necessary,","need","need:","nest","nested,","new","none","normally,","now","npm","number","object","object!","object.defineproperty(item,","object.keys(q).foreach(key","offici","offset:","ok","omit","on","on,","open","oper","opt","option","or:","order:","ourselves.","p.s.","page","page')","page':","pagin","pagination.vu","pass","pass?","path:","pattern","per","perform","place","plenti","pm","popular","pr","prefac","prefer","premise,","print","problem.let'","production)","programmat","project","prop","properti","property,","props.","props.a","props.nest","props.nested.$toggl","props.row.__nested__.$toggl","props.row.__nested__.$toggle,","props:","props那么,源码","props高级例子","props,以避免污染源码模板","proptype:","pr!","purpose:","q","q[key]))","queri","query:","query(在业务中请注意安全性)","question:","rank","reactive!(method","recommend","record","recurs","ref","refer","relat","reload","reload.th","render","replac","requir","required)","requirement:","requirements.(if","restore':","result,","return","rid","right?","roll","row","row)","row.__nested__)","rows,","rows.however,","s","sake","same","same.","secur","see","seem","select","selected,","selection.","semant","set","set)","settimeout(()","settings':","shorten","shorthand","should:","shown","simpl","simple!","simple.but","simplest","simplifi","solut","someth","sort","sort:","sortabl","sourc","source.und","source,","speaking,","spread","srctxt","standard","start","started,","string","string,","string(若为字符串类型则禁止设置该列显隐状态)","structur","studi","style","success'","suitabl","summari","support","supported)","switch","sync","tabl","take","talk","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","templat","test:","thank","thclass","thclass:","thcomp","thcomp:","these,","thing)","this.$nexttick(()","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(item,","this.$set(query,","this.$set(this.query,","this.comp","this.data","this.data[0]","this.data因为这样会导致引用一致,任意点击取消勾选,则当前","this.loaddata()","this.loaddata)","this.select","this.summari","this.tot","this.vis","this.xprops.eventbu","three","thstyle","thstyle:","time',","time,","tips:","titl","title:","title)","toggle)","total","total,","total:","tree","tri","trick","trick,","true","true,","true?answer:","true(但需要","true(当然加了也无妨)","true)","true?解答:一般来说,需要加的只有:","two","type","type:","undefin","understand","unenumer","uniqu","unlimit","unnecessari","up","url","url)","url.","url稍微把基本例子改一下就可以了:","us","usag","usages,","v","valu","verbos","veri","version","visibl","visible)","visible:","vue","vue()","vue.component('datatable',","vue.prototype.$i18n","vue.set","vue.use(datatable)","vue.use(datatable,","vue2","vuejs/vue#4962","watch","watch:","way","way,","way:","webpack","weight","weight:","welcome!","what'","whole","within","works:","wow,","xprop","xprops,","xprops:","xprops,用于承载这些额外的","y","you'd","yourself.","{","{/*","{{","{}","{})","{},","{}.if","||","}","})","}),","},","}]","}])","}])","}}","}(推荐)","§","⊙","│","└─","├─","一般情况下,您只需要传入一个空对象","一般情况下,您只需要传入一个空数组","上述两种方式均在高级例子中有所体现,最终目的都是让额外的查询属性变成响应式的(其中第","上面的","下面列出","与","中","中使用了","中截取","中的","中的可配置项:","中的显示名称(若无则使用","中的模板,很有可能会演变成这样子:","中:","为例):","为例,效果见","为例,标注出对应的基本构成组件如下图所示:","主体","也是没问题的,因为是同一个东西)","了解","了解动态组件的用法","仅支持","以下代码均由源码模板","以中文为例:","以及","以高级例子","任何开源的","会立即发生变化,故","传入到对应的","作为","例如,源码","便捷操作函数","值","假如产品经理要求默认就要全部勾选,也是没问题的。就拿高级例子改一下:","元素","先前采用的是","内嵌组件名","内的各个元素","内部使用的","再三斟酌下,本","几乎涵盖上述所有配置,建议参考","分页","列定义","则采用手风琴策略","初始化时传入","利用","利用逗号运算符,可以把上面的代码缩写为一行:","到","前言","功能,让我们可以避免繁琐的","动态组件","动态组件(thcomp","包含什么内容:","即可。若还有其他查询条件(例如","即可若有行被勾选,则对应的","原理","参数","可以实现无限递归嵌套的高级例子,就是通过这样的方式来避免命名空间的麻烦","可选值","可选项","同时用于","同步本地","否","国际化","在","在初始化时就传入","在开始前,最好先来做一下预备功课,以便于您的理解","在此必须明确指出,全选不能这样操作:","在此提一个常见的需求:实现刷新后保持查询条件最常见的解决方案是同步查询条件到","在源码模板中,","在讲解配置项前,我们先来了解一下本","基本例子","多亏有了","多项选择的容器","如下所示:","字段名","字段名称","定义:","实例","实现对","实现类似","实际上","实际上该项应该叫","对","将会进入到","就是这么简单!","属性","嵌套组件控制(row.__nested__","巧用","巧用逗号运算符","开始","引入了","当前行","当页记录","往下着重讲解:","很简单吧?","总览","我们以基本例子","我们来对比一下","我们来看看","或在组件中","所有","才合理,但主流的","打印出当前实例,了解实例属性有哪些,分别作何用","技巧","排名权重","排序","搬出来:","支持内嵌组件","时无需加上","是","是否必须","是否支持保存表头设置","是否支持内嵌组件","是否支持排序","是否显示","是否显示分页相关组件","是否显示表头设置组件","是否显示该列","是否添加","是如何初始化","显示名称","最常见的妙用是,传入一个仅限于当前","本","本技巧参考自","本组件采用的是最简单的方案(见","本身该项是没啥好讲的,但本","来定制源码","查询对象","标准写法","模板中是这样操作(以","每页显示记录数下拉选择框","汇总行","注:bootstrap","涵盖上述所有动态组件的运用,建议参考","温馨提示:若采用","源码目录树","源码见","版本迭代(releases)","用于","用于传递额外的","由上可知,queri","由上可知,本","由于","由此,在对应的动态组件内部,即可通过","由此,您可以基于","疑惑:什么时候","的","的依赖如下:","的内联样式","的动态组件名","的变化来重新获取数据","的可替换性极强,您完全可以使用其他库替代(一般就是改一下类名即可)","的引用)","的控制(当然,直接操作","的构造","的标准形式(源码见","的模板简写","的用法相当详尽,建议参考","的类名","的这种简写最终都会被转为","的项目,请根据官方的","的(源码见","种见","简单写法","类到","类型","类型(例如","类型(例如上面的","类型,但它本身是一个计算属性,因此不需要加","组件中定义:","组件实例所包含的属性","组件对","编程式勾选第一条,可以这样操作:","自定制","自行使用","若","虽是","行首多选框","表头设置","表头设置主体","表头设置分栏组件","让我们来看看本","记录总数","设置了一个不可遍历属性","设置:this.$set(this.query,","详情请参考文档:dynam","详解","详解(点我)","说明","说明文字","请求,赋值较为复杂(例如一个网址)时最好使用","转义","这仅仅就是一个普通对象而已","这种最简单的方式去生成全局唯一","通过监听","那么下面两种写法是等价的,但显然后者更优雅简洁","都会被清空!","都是这样称呼,我也不能免俗","都是通过动态组件实现而业务需求又是不固定的,很可能需要传入很多额外的","都未必能满足所有的业务需求(否则也不会有这个项目了)本文档致力于让您在理解组件设计以及源码的基础上,可自行定制出最适合您的","配置","配置项","配置项(props)","钩子函数)","钩子函数):","问题反馈(issues)","降级使用(一般也只是替换掉","需要加","需要监听深层嵌套的","非计算属性的","顾名思义,xprop","额外传给动态组件的承载容器","高级例子中的","高级例子中,","高级列子","默认值"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Catalog","keywords":"","body":"§ Catalog\n\nCatalog\nPreface\nTricks\nGetting started\nDetailed (click me)\nprops of Datatable\n:columns\n:data\n:query\n:selection\n:xprops\nDynamic Components\n\n\nI18N\nDIY\nQ & A (issues)\nChangelog (releases)\n\n"},"preface.html":{"url":"preface.html","title":"Preface","keywords":"","body":"§ Preface\n\nThis Datatable only supports Vue 2.x.But you can degrade it according to Migration from Vue 1.x.(In most of the time, you just need to replace ref / key / )\n\nThere are plenty of open-source Datatables, but none of them could meet all the business requirements.(if there is, this project is meaningless)\nThis documentation is dedicated to letting you comprehend the design and the source.Under this premise, you can build the most suitable Datatable yourself.\nThe dependencies of this project shown below:\n\nBootStrap 3.x + Font Awesome 4.x(available globally)\nlodash.orderBy\nreplace-with\n\nP.S. BootStrap and Font Awesome can be replaced with other popular libraries.\n"},"tricks.html":{"url":"tricks.html","title":"Tricks","keywords":"","body":"§ Tricks\n\nBefore getting started, you'd better do some homework for a better comprehension\n\n\n⊙ Grasp the usage of dynamic components\nTake a look at the official docs: Dynamic Components.\n⊙ Too many props to pass? v-bind can help just like spread operator (...) in JSX\n\nAccording to vuejs/vue#4962\n\n\n \n \n \n \n \n \n\n\nexport default {\n data: () => ({\n a: 1,\n b: 2,\n c: 3,\n d: 4\n })\n}\n\n\n⊙ Simplify template for propType: Boolean\nAssume there is a HelloWorld component and its props defined as below:\nprops: {\n test: Boolean\n}\n\nThen the following patterns are equal but the latter seemed more elegant.\n\n\n\n\n\n⊙ Shorten code with comma operator\ncols.map(col => {\n col.weight = col.weight || 0\n return col\n})\n\n// Shortened\ncols.map(col => ((col.weight = col.weight || 0), col))\n\n⊙ Be aware of what's in the Vue instance\nPrint the $vm with vue-devtools or console.log(this) within a component,to see what on earth attach to an Vue instance and what exactly they mean / do.\ne.g. Source lib/HeaderSettings/ColumnGroup.vue made use of $vm._uidas it's the global unique component ID and we don't need to generate one ourselves.\n\nUnique component IDs were generated by setTimeout(() => {}) before, which was almost the simplest way\n\n"},"getting-started.html":{"url":"getting-started.html","title":"Getting started","keywords":"","body":"§ Getting started\n>_ npm i -S vue2-datatable-component\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\n\nVue.use(Datatable) // OK\n\nLet's roll up with the basic example (source - examples/src/Basic/index.vue , demo - examples#basic)\n\n \n query: {{ query }}\n \n \n\n\nimport mockData from '../_mockData'\n\nexport default {\n data: () => ({\n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n query: {}\n }),\n watch: {\n query: {\n handler (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n },\n deep: true\n }\n }\n}\n\n\n"},"detailed/":{"url":"detailed/","title":"Detailed (click me)","keywords":"","body":"§ Detailed\nIt would be better for you to understand the structure of this Datatable before the detailed content.\nThe source tree lib/ shown as below:\nlib/\n ├─ HeaderSettings/\n │ ├─ ColumnGroup.vue\n │ └─ index.vue\n ├─ HeadSort.vue\n ├─ LimitSelect.vue\n ├─ MultiSelect.vue\n ├─ Pagination.vue\n └─ index.vue\nLet's look at the structure of the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)\n\n \n\n"},"detailed/datatable-props.html":{"url":"detailed/datatable-props.html","title":"props of Datatable","keywords":"","body":"§ props of Datatable\n\n\n\nprop\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ncolumns\nDefination of columns\nArray\n-\n-\nY\n\n\ndata\nTable data of the current page (rows)\nArray\n-\n-\nY\n\n\ntotal\nTotal number of records\nNumber\n-\n-\nY\n\n\nquery\nQuery object\nObject\n-\n-\nY\n\n\nselection\nContainer of multi-select\nArray\n-\n-\nN\n\n\nsummary\nSummary row\nObject\n-\n-\nN\n\n\nHeaderSettings\nShould render HeaderSettings\nBoolean\ntrue / false\ntrue\nN\n\n\nPagination\nShould render pagination related\nBoolean\ntrue / false\ntrue\nN\n\n\nxprops\nContainer of extra props passed to dynamic components\nObject\n-\n-\nN\n\n\nsupport-backup\nShould support backup of HeaderSettings\nBoolean\ntrue / false\nfalse\nN\n\n\nsupport-nested\nShould support nested components (accordion mode is supported)\nBoolean / String\ntrue / false / 'accordion'\nfalse\nN\n\n\ntable-bordered\nShould add .table-bordered to \nBoolean\ntrue / false\nfalse\nN\n\n\n\n\nThe above is based on the source (lib/index.vue).By the way, the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)almost covers all the usages, which is highly recommended to study and imitate.\n\nIn the following content, I would like to emphasize the props below: \n\ncolumns\ndata\nquery\nselection\nsummary\nxprops\nDynamic components(thComp / tdComp / nested component)\n\n"},"detailed/props-columns.html":{"url":"detailed/props-columns.html","title":":columns","keywords":"","body":":columns\nLet's compare the columns definitions of the basic and advanced examples:\n// examples#basic - shorthand version\ncolumns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n]\n\n// examples#advanced - standard version\ncolumns: [{\n groupName: 'Normal',\n columns: [\n { title: 'Email', field: 'email', visible: false, thComp: 'FilterTh', tdComp: 'Email' },\n { title: 'Username', field: 'name', thComp: 'FilterTh', tdStyle: { fontStyle: 'italic' } },\n { title: 'Country', field: 'country', thComp: 'FilterTh', thStyle: { fontWeight: 'normal' } },\n { title: 'IP', field: 'ip', visible: false, tdComp: 'IP' }\n ]\n}, {\n groupName: 'Sortable',\n columns: [\n { title: 'UID', field: 'uid', label: 'User ID', sort: true, visible: 'true', weight: 1 },\n { title: 'Age', field: 'age', sort: true, thClass: 'text-info', tdClass: 'text-success' },\n { title: 'Create time', field: 'createTime', sort: true, colClass: 'w-240', thComp: 'CreatetimeTh', tdComp: 'CreatetimeTd' }\n ]\n}, {\n groupName: 'Extra (radio)',\n type: 'radio',\n columns: [\n { title: 'Operation', tdComp: 'Opt' },\n // don't forget to set the columns below `visible: false`, since the `type` is `radio`\n { title: 'Color', field: 'color', explain: 'Favorite color', visible: false, tdComp: 'Color' },\n { title: 'Language', field: 'lang', visible: false, thComp: 'FilterTh' },\n { title: 'PL', field: 'programLang', explain: 'Programming Language', visible: false, thComp: 'FilterTh' }\n ]\n}]\n\n\nAccording to the source (computed.columns$ in lib/index.vue), shorthand version would always be converted to standard version\n\nThese are attributes of columns[i]:\n\n\n\nAttr\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ntitle\nDisplayed title\nString\n-\n-\nN\n\n\nlabel\nlabel in HeaderSettings (title will take its place if not set)\nString\n-\n-\nN\n\n\nfield\nField name of row\nString\n-\n-\nN\n\n\nexplain\nExplaination of the field\nString\n-\n-\nN\n\n\nsort\nIs sortable\nBoolean\ntrue / false\nfalse\nN\n\n\nweight\nRanking weight\nNumber\n-\n0\nN\n\n\nvisible\nIs visible\nBoolean / String (if the type is String, the visibility is not allowed to toggle)\ntrue / false / 'true' / 'false'\ntrue\nN\n\n\ncolClass\nclassnames for / \nString\n-\n-\nN\n\n\ncolStyle\ninline styles for / \nObject\n-\n-\nN\n\n\nthClass\nclassnames for \nString\n-\n-\nN\n\n\nthStyle\ninline styles for \nObject\n-\n-\nN\n\n\nthComp\nname of dynamic component for \nString\n-\n-\nN\n\n\ntdClass\nclassnames for \nString\n-\n-\nN\n\n\ntdStyle\ninline styles for \nObject\n-\n-\nN\n\n\ntdComp\nname of dynamic component for \nString\n-\n-\nN\n\n\n\n"},"detailed/props-data.html":{"url":"detailed/props-data.html","title":":data","keywords":"","body":":data\n\nIn a more semantic way, it should be called rows.However, most of the popular Datatables prefer data. So I have to compromise.\n\nNormally, it's not necessary to talk about this attribute since it's so simple.But this Datatable supports nested components by performing magic in it.\nIt would be more direct to deep into the source (computed.data$ in lib/index.vue) to see how it works:\ndata$ () {\n const { data } = this\n if (this.supportNested) {\n data.forEach(item => {\n if (!item.__nested__) {\n this.$set(item, '__nested__', {\n comp: '',\n visible: false,\n $toggle (comp, visible) {\n switch (arguments.length) {\n case 0:\n this.visible = !this.visible\n break\n case 1:\n switch (typeof comp) {\n case 'boolean':\n this.visible = comp\n break\n case 'string':\n this.comp = comp\n this.visible = !this.visible\n break\n }\n break\n case 2:\n this.comp = comp\n this.visible = visible\n break\n }\n }\n })\n Object.defineProperty(item, '__nested__', { enumerable: false })\n }\n })\n }\n return data\n}\n\nAccording to the above, each item (row) of data (rows) is $set an unenumerable __nested__, including three attributes:\n\n\n\nAttr\nDesc\nType\nOptional values / usages\nDefault value\n\n\n\n\ncomp\nname of the current nested component\nString\n-\n''\n\n\nvisible\nIs the nested component visible\nBoolean\ntrue / false\nfalse\n\n\n$toggle\nAPI to control comp and visible conveniently\nFunction\n$toggle(comp) / $toggle(visible) / $toggle(comp, visible)\n-\n\n\n\nIn the source, __nested__ would be passed to the related tdComp and nested components:\n\n\n\n\n\n\n\n\nBy doing all these, we could control the nested component by props.nested.$toggle in the related dynamic components.(Of cource, you can invoke props.row.__nested__.$toggle, which is the same thing)\n\nIn the advanced example, component Opt made a full use of nested, which is highly recommended to study and imitate.\n\n"},"detailed/props-query.html":{"url":"detailed/props-query.html","title":":query","keywords":"","body":":query\nLet's see how this Datatable initializes query (source - hook created in lib/index.vue):\ncreated () { // init query\n const { query } = this\n const q = { limit: 10, offset: 0, sort: '', order: '', ...query }\n Object.keys(q).forEach(key => this.$set(query, key, q[key]))\n}\n\n\nAccording to the above, query will change immediately.That's why watch: query doesn't need immediate: true (but deep: true is required)\n\nNormally, you just need to pass an empty object {}.If there are any other query conditions (such as keyword), you should:\n\nEither: initially pass { keyword: '' } (recommended)\nOr: manually this.$set(this.query, 'keyword', '') with Vue.set / $vm.$set\n\n\nBoth of the methods above were used in the advanced example.They both have the same purpose: make the extra query conditions reactive!(Method 2 see methods.search in examples/src/Advanced/comps/th-Filter.vue)\nTips: If you are using Ajax - GET, don't forget to use encodeURIComponent to escape complex values (such as a URL)\n\n\n⊙ Extended\nHere we have a very common requirement: keep the query conditions after the full page reload.The most common solution is sync query with URL.\nLet's make the basic example to meet the requirement:\n\n \n query: \n \n \n\n\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data () {\n return { \n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n // initially pass URL query (pay attention to security in production)\n query: this.$route.query\n }\n },\n watch: {\n // sync query to URL query\n query: {\n handler (query) {\n this.$router.push({ path: this.$route.path, query })\n },\n deep: true\n },\n // listen to URL query changes to reload data\n '$route.query' (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n }\n }\n}\n\n\n\nQuestion: when does watch need deep: true?Answer: generally speaking, only two cases need:\n\nan object which is no a computed property\nnested array (e.g. [{ id: 1, name: 'Ken' }, { id: 2, name: 'Berkeley' }])\n\nFor example, $route.query is an object but it's a computed property, so deep: true is unnecessary\n\n"},"detailed/props-selection.html":{"url":"detailed/props-selection.html","title":":selection","keywords":"","body":":selection\nNormally, you just need to pass an empty array [].If any row is selected, then it would be in selection.\nFor example, select the first row in programmatic way:\nthis.selection = [ this.data[0] ]\n\nIf your PM wants all the rows selected by default, no problem.Let's take the advanced example to adapt:\nmethods: {\n handleQueryChange () {\n mockData(this.query).then(({ rows, total, summary }) => {\n this.data = rows\n this.total = total\n this.summary = summary\n\n // Just so simple!\n this.$nextTick(() => this.selection = [...this.data])\n })\n }\n}\n\nAttention: DO NOT this.selection = this.data for selecting all.This leads to their references are the same. Any deselection would clear the whole data.\n"},"detailed/props-xprops.html":{"url":"detailed/props-xprops.html","title":":xprops","keywords":"","body":":xprops\nxprops, meaning extra props.\nOur Datatable implements thComp / tdComp / nested component by dynamic components.But the business requirements are changeful, which may pass many extra props.As a result, the source template of our Datatable may evolve into:\n\n\n\nFor the sake of keeping the source template clean, here comes xprops as a container.\n\n⊙ Extended\nThe most common trick in the use of xprops is passing an eventbus which only for the current Datatable instance.Therefore, no need to care about the namespacing (of event names).\nLet's try with the basic example:\n\n \n query: \n \n \n\nimport Vue from 'vue'\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data: () => ({\n columns: [/* omitted */],\n data: [],\n total: 0,\n query: {},\n xprops: {\n eventbus: new Vue() // only for current Datatable instance\n }\n }),\n created () {\n this.xprops.eventbus\n .$on('RELOAD', this.loadData)\n .$on('', () => {/* do something */})\n },\n watch: {\n query: {\n handler () {\n this.loadData()\n },\n deep: true\n }\n },\n methods: {\n loadData () {\n mockData(this.query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n }) \n }\n }\n}\n\n\n\nThanks to the trick, the advanced example implemented unlimited recursive nested components with less effort.\n\n"},"detailed/dynamic-comps.html":{"url":"detailed/dynamic-comps.html","title":"Dynamic Components","keywords":"","body":"§ Dynamic Components(thComp / tdComp / nested component)\n\nThe following code is excerpted from the source lib/index.vue\n\n⊙ thComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\ncolumn\nDefination of column\nObject\n\n\nfield\nField name\nString / undefined\n\n\ntitle\nDisplayed title\nString / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ tdComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nfield\nField name\nString / undefined\n\n\nvalue\nValue\nAny\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ nested component\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n\ncomps/ of the advanced example covers all the use cases, which is highly recommended to study and imitate.\n\n"},"i18n.html":{"url":"i18n.html","title":"I18N","keywords":"","body":"§ i18n\n⊙ Example\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\nimport locale from 'vue2-datatable-component/locales/zh-cn'\n\nVue.use(Datatable, { locale }) // OK\n\nContent of locales/zh-cn.js:\nexport default {\n /* HeaderSettings/index.vue */\n 'Apply': '应用',\n 'Apply and backup settings to local': '应用并保存设置到本地',\n 'Clear local settings backup and restore': '清空本地设置并恢复',\n 'Using local settings': '正在使用本地设置',\n\n /* index.vue */\n 'Summary': '汇总',\n 'No Data': '无数据',\n 'Total': '共',\n ',': '项,',\n\n /* LimitSelect.vue */\n 'show': '每页展示',\n 'items per page': '项'\n}\n\nWow, it's just a simple object!\n⊙ Magic\nLet's take a look at index.js:\nimport Datatable from './lib/index.vue'\n\nexport default {\n install (Vue, options = {}) {\n const { locale = {} } = options\n\n // this might be the simplest i18n solution\n Vue.prototype.$i18n = srcTxt => locale[srcTxt] || srcTxt\n\n Vue.component('Datatable', Datatable)\n }\n}\n\nThen in lib/LimitSelect.vue:\n\n \n {{ $i18n('show') }}\n \n {{ i }}\n \n {{ $i18n('items per page') }}\n \n\n...\n\nEasy, right?\n"},"DIY.html":{"url":"DIY.html","title":"DIY","keywords":"","body":"§ DIY\n\nThanks to vue-cli's build, we could get rid of the verbose configuration of Webpack\n\n>_ git clone https://github.com/OneWayTech/vue2-datatable.git\n>_ cd vue2-datatable\n>_ npm i\n>_ npm start\nFrom now on, you can customize lib/ by the live examples/If there are some features you consider necessary, your issues / PRs are always welcome!\n"}}}
\ No newline at end of file
+{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","(click","(issues)","(releases)",":column",":data",":queri",":select",":xprop","catalog","changelog","compon","datat","detail","diy","dynam","get","i18n","me)","prefac","prop","q","start","trick","§"],"preface.html":[")","+","/","1.x.(in","2.x.but","3.x","4.x(avail","accord","awesom","below:","bootstrap","build","busi","comprehend","datat","datatables,","dedic","degrad","depend","design","document","font","globally)","is,","key","let","libraries.","lodash.orderbi","meaningless)","meet","migrat","need","none","open","p.s.","plenti","popular","prefac","premise,","project","ref","replac","requirements.(if","shown","sourc","source.und","suitabl","support","time,","vue","yourself.","§"],"tricks.html":["$vm","$vm._uida","((col.weight","()","(...)","({","/","//","0","0),","1,","2,","3,","4","=","=>","a:","accord","assum","attach","awar","b:","befor","before,","below:","better","bind","boolean","c:","code","col","col))","col.weight","cols.map(col","comma","compon","component,to","components.","comprehens","console.log(this)","d:","data:","default","defin","devtool","do.","docs:","don't","dynam","e.g.","earth","elegant.","equal","exactli","export","follow","gener","get","global","grasp","helloworld","help","homework","id","instanc","it'","jsx","latter","lib/headersettings/columngroup.vu","look","made","mani","mean","more","need","offici","on","oper","ourselves.","pass?","pattern","print","prop","props:","proptype:","return","see","seem","settimeout(()","shorten","simplest","simplifi","sourc","spread","started,","take","templat","test:","trick","uniqu","us","usag","v","vue","vuejs/vue#4962","way","what'","within","you'd","{","{})","||","}","})","§","⊙"],"getting-started.html":["'../_mockdata'","'age',","'country'","'country',","'email'","'email',","'name'","'uid',","'user","'username',","'vue'","'vue2","()","(query)","(sourc","({",",","//","0,","=","=>",">_","[","[],","],","basic","columns:","compon","component'","data:","datat","deep:","default","demo","exampl","examples#basic)","examples/src/basic/index.vu","export","field:","get","handler","id',","import","let'","mockdata","mockdata(query).then(({","npm","ok","queri","query:","roll","row","rows,","s","sort:","start","this.data","this.tot","title:","total","total:","true","up","vue","vue.use(datatable)","vue2","watch:","{","{{","{}","}","})","}),","},","}}","§"],"detailed/":["(click","(sourc","advanc","befor","below:","better","columngroup.vu","content.","datat","demo","detail","exampl","examples#advanced)","examples/src/advanced/index.vue,","headersettings/","headsort.vu","index.vu","let'","lib/","limitselect.vu","look","me)","multiselect.vu","pagination.vu","shown","sourc","structur","tree","understand","§","│","└─","├─"],"detailed/datatable-props.html":["'accordion'","(accordion","(lib/index.vue).bi","(rows)","(sourc","/","abov","advanc","array","backup","base","below:","boolean","class","column","compon","components(thcomp","component)","contain","content,","cover","current","data","datat","default","defin","demo","desc","dynam","emphas","exampl","examples#advanced)almost","examples/src/advanced/index.vue,","extra","fals","follow","headerset","highli","imitate.","inlin","mode","multi","n","nest","number","object","option","page","pagin","pass","prop","queri","recommend","record","relat","render","requir","row","select","sourc","string","studi","style","summari","support","supported)","tabl","tbl","tdcomp","total","true","type","usages,","valu","way,","xprop","y","§"],"detailed/props-columns.html":["'age',","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'lang',","'language',","'name'","'name',","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'sortable',","'text","'true'","'true',","'uid',","'user","'username',","'w","(computed.columns$","(if","(radio)',","(titl","/","//","0","1","240',",":column","[","[{","]","`radio`","`type`","`visible:","accord","advanc","allow","alway","attr","attribut","basic","below","boolean","class","colclass","colclass:","color',","colspan","colstyl","column","columns:","columns[i]:","compar","compon","convert","default","definit","desc","display","don't","dynam","examples#advanc","examples#bas","examples:","explain","explain:","fals","false,","false`,","field","field:","fontstyle:","fontweight:","forget","groupname:","headerset","id',","info',","inlin","label","label:","language',","let'","lib/index.vue),","n","name","number","object","option","place","rank","requir","row","set","set)","shorthand","sort","sort:","sortabl","sourc","standard","string","string,","style","success'","take","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","thclass","thclass:","thcomp","thcomp:","thstyle","thstyle:","time',","titl","title:","toggle)","true","true,","type","type:","valu","version","visibl","visible:","weight","weight:","{","}","},","}]"],"detailed/props-data.html":["!this.vis","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","''","'',","'__nested__',","'boolean':","'string':","(!item.__nested__)","()","(arguments.length)","(comp,","(computed.data$","(row)","(rows)","(this.supportnested)","(typeof","...","/","//","0:","1:","2:",":data","=","=>","__nested__","__nested__,","above,","accord","accordion","advanc","api","attr","attribut","attributes:","boolean","break","call","case","comp","comp)","comp:","compon","components.(of","components:","compromise.","const","control","conveni","cource,","current","data","data$","data.","data.foreach(item","datat","deep","default","desc","direct","do","dynam","each","enumerable:","example,","fals","false,","full","function","highli","imitate.","implement","includ","invok","it'","it.","item","lib/index.vue)","made","magic","more","name","necessari","nest","nested,","normally,","object.defineproperty(item,","omit","opt","option","pass","perform","popular","prefer","props.nested.$toggl","props.row.__nested__.$toggle,","recommend","relat","return","rows.however,","same","see","semant","simple.but","sourc","source,","string","studi","support","switch","talk","tdcomp","these,","thing)","this.$set(item,","this.comp","this.vis","three","true","type","unenumer","us","usag","valu","visibl","visible)","visible:","way,","works:","{","}","})"],"detailed/props-query.html":["$route.queri","$vm.$set","'$route.query'","''","'')","'',","'../../../'","'../_mockdata'","'age',","'berkeley'","'country'","'country',","'email'","'email',","'ken'","'keyword',","'name'","'uid',","'user","'username',","()","(but","(e.g.","(pay","(query)","(recommended)","(sourc","(such","...queri","/","//","0,","1,","10,","2","2,",":queri","=","=>","[","[],","[{","],","abov","above,","accord","advanc","ajax","array","attent","basic","both","case","chang","columns:","common","complex","components:","comput","condit","const","creat","data","data:","datat","deep:","default","doesn't","don't","either:","empti","encodeuricompon","escap","exampl","example,","example.they","examples/src/advanced/comps/th","export","extend","extra","field:","filter.vue)","forget","full","gener","get,","handler","here","hook","id',","id:","immediate:","immediately.that'","import","init","initi","it'","keep","key,","keyword),","keyword:","let'","lib/index.vue):","limit:","listen","make","manual","meet","method","methods.search","mockdata","mockdata(query).then(({","name:","need","need:","nest","normally,","object","object.keys(q).foreach(key","offset:","or:","order:","page","pass","path:","production)","properti","property,","purpose:","q","q[key]))","queri","query:","question:","reactive!(method","reload","reload.th","required)","requirement:","return","row","rows,","same","secur","see","should:","solut","sort:","speaking,","sync","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(query,","this.$set(this.query,","this.data","this.tot","tips:","title:","total","total:","true","true?answer:","two","unnecessari","url","url)","url.","us","valu","veri","vue.set","watch","watch:","{","{}.if","}","})","},","}])","⊙"],"detailed/props-selection.html":["()","//",":select","=","=>","[","[...this.data])","[].if","]","adapt:","advanc","all.thi","array","attention:","clear","data.","default,","deselect","empti","exampl","example,","first","handlequerychang","lead","methods:","mockdata(this.query).then(({","need","normally,","pass","pm","problem.let'","programmat","refer","row","rows,","same.","select","selected,","selection.","simple!","summari","take","this.$nexttick(()","this.data","this.data[0]","this.select","this.summari","this.tot","total","total,","way:","whole","{","}","})"],"detailed/props-xprops.html":["'../../../'","'../_mockdata'","'vue'","()","(of","({","*/],","*/})",".$on('',",".$on('reload',","/","//","0,",":xprop","=","=>","[/*","[],","advanc","basic","busi","care","changeful,","clean,","columns:","come","common","compon","components.but","components:","container.","creat","current","data:","datat","deep:","default","dynam","effort.","event","eventbu","eventbus:","evolv","exampl","example:","export","extend","extra","handler","here","implement","import","instanc","instance.therefore,","into:","keep","less","let'","loaddata","mani","mean","methods:","mockdata","mockdata(this.query).then(({","names).","namespac","need","nest","new","omit","pass","props.","props.a","query:","recurs","requir","result,","row","rows,","sake","someth","sourc","tdcomp","templat","thank","thcomp","this.data","this.loaddata()","this.loaddata)","this.tot","this.xprops.eventbu","total","total:","tri","trick","trick,","true","unlimit","us","vue","vue()","watch:","xprop","xprops,","xprops:","{","{/*","{},","}","})","}),","},","⊙"],"detailed/dynamic-comps.html":["(spread)","...$prop","/","advanc","cases,","code","column","compon","components(thcomp","component(refer","component)","comps/","control","cover","current","datat","defin","desc","display","dynam","exampl","excerpt","field","follow","highli","imitate.","lib/index.vu","name","nest","object","prop","recommend","relat","row","row.__nested__)","sourc","string","studi","tdcomp","thcomp","titl","type","undefin","us","valu","§","⊙"],"i18n.html":["$i18n('item","$i18n('show')","',':","'./lib/index.vue'","'appli","'apply':","'clear","'item","'no","'show':","'summary':","'total':","'use","'vue'","'vue2","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(vue,","*/","...","/*","//","=","=>","backup","cn'","cn.js:","component'","component/locales/zh","const","content","data':","datat","datatable)","default","easy,","exampl","export","headersettings/index.vu","i18n","import","index.js:","index.vu","instal","it'","let'","lib/limitselect.vue:","limitselect.vu","local","local':","locale[srctxt]","locales/zh","look","magic","object!","ok","option","page')","page':","per","restore':","right?","set","settings':","simpl","simplest","solut","srctxt","take","vue","vue.component('datatable',","vue.prototype.$i18n","vue.use(datatable,","wow,","{","{{","{}","{})","||","}","})","}}","§","⊙"],"DIY.html":["/",">_","alway","build,","cd","cli'","clone","configur","consid","custom","datat","datatable.git","diy","examples/if","featur","git","https://github.com/onewaytech/vue2","issu","lib/","live","necessary,","now","npm","on,","pr","rid","start","thank","verbos","vue","vue2","webpack","welcome!","§"]},"length":14},"tokenStore":{"root":{"0":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},")":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"1":{"0":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"2":{"4":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}},"docs":{}},"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"x":{"docs":{},"若":{"docs":{},"要":{"docs":{},"运":{"docs":{},"用":{"docs":{},"在":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"3":{"docs":{},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"4":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"x":{"docs":{},"(":{"docs":{},"全":{"docs":{},"局":{"docs":{},"引":{"docs":{},"入":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"docs":{},"(":{"docs":{},"d":{"docs":{},"i":{"docs":{},"y":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}},"a":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"!":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}},"f":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"b":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"f":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":10.002849002849002}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":10.004901960784315}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":10.003378378378379}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":10.013513513513514}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":10.00632911392405}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.014705882352941176},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.006369426751593},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0379746835443038},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.3809523809523805}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"c":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}},"m":{"docs":{},"o":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"o":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"DIY.html":{"ref":"DIY.html","tf":10.026315789473685}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901}}}}}}},"§":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"前":{"docs":{},"言":{"docs":{"./":{"ref":"./","tf":0.05},"preface.html":{"ref":"preface.html","tf":10.025641025641026}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":10}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}},"国":{"docs":{},"际":{"docs":{},"化":{"docs":{"./":{"ref":"./","tf":0.05},"i18n.html":{"ref":"i18n.html","tf":10.007751937984496}}}}},"开":{"docs":{},"始":{"docs":{"./":{"ref":"./","tf":0.05},"getting-started.html":{"ref":"getting-started.html","tf":10.00925925925926}}}},"总":{"docs":{},"览":{"docs":{"./":{"ref":"./","tf":10.1}}}},"技":{"docs":{},"巧":{"docs":{"./":{"ref":"./","tf":0.05},"tricks.html":{"ref":"tricks.html","tf":10.010752688172044}}}},"版":{"docs":{},"本":{"docs":{},"迭":{"docs":{},"代":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"制":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}},"行":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"详":{"docs":{},"解":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"(":{"docs":{},"点":{"docs":{},"我":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/":{"ref":"detailed/","tf":10}}}}}}},"情":{"docs":{},"请":{"docs":{},"参":{"docs":{},"考":{"docs":{},"文":{"docs":{},"档":{"docs":{},":":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"项":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}},"+":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"/":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.07643312101910828},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.02564102564102564},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0196078431372549},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.06930693069306931},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"/":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"*":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}}},"a":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"a":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03184713375796178},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"p":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.025477707006369428},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"e":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125},"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.042735042735042736},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}}}}},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"e":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03821656050955414},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.014705882352941176}},"e":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"`":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},")":{"docs":{},",":{"docs":{},"则":{"docs":{},"以":{"docs":{},"下":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"二":{"docs":{},"选":{"docs":{},"一":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},")":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"o":{"docs":{},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"e":{"docs":{},"[":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"e":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"您":{"docs":{},"觉":{"docs":{},"得":{"docs":{},"某":{"docs":{},"些":{"docs":{},"功":{"docs":{},"能":{"docs":{},"很":{"docs":{},"必":{"docs":{},"须":{"docs":{},",":{"docs":{},"随":{"docs":{},"时":{"docs":{},"欢":{"docs":{},"迎":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"v":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"a":{"docs":{},"d":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"(":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}},"d":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"n":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"e":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.04918032786885246}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"!":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.05405405405405406},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"s":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"v":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"j":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"#":{"4":{"9":{"6":{"2":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0196078431372549}},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.017094017094017096},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397}}}}}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"仅":{"docs":{},"支":{"docs":{},"持":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}},"以":{"docs":{},"及":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"下":{"docs":{},"代":{"docs":{},"码":{"docs":{},"均":{"docs":{},"由":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}},"中":{"docs":{},"文":{"docs":{},"为":{"docs":{},"例":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}},"任":{"docs":{},"何":{"docs":{},"开":{"docs":{},"源":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"本":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},"技":{"docs":{},"巧":{"docs":{},"参":{"docs":{},"考":{"docs":{},"自":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"身":{"docs":{},"该":{"docs":{},"项":{"docs":{},"是":{"docs":{},"没":{"docs":{},"啥":{"docs":{},"好":{"docs":{},"讲":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"案":{"docs":{},"(":{"docs":{},"见":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}},"注":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}},"的":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005917159763313609},"DIY.html":{"ref":"DIY.html","tf":0.03125}},"依":{"docs":{},"赖":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"可":{"docs":{},"替":{"docs":{},"换":{"docs":{},"性":{"docs":{},"极":{"docs":{},"强":{"docs":{},",":{"docs":{},"您":{"docs":{},"完":{"docs":{},"全":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"他":{"docs":{},"库":{"docs":{},"替":{"docs":{},"代":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"就":{"docs":{},"是":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"类":{"docs":{},"名":{"docs":{},"即":{"docs":{},"可":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"官":{"docs":{},"方":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"简":{"docs":{},"写":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"构":{"docs":{},"造":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"内":{"docs":{},"联":{"docs":{},"样":{"docs":{},"式":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008875739644970414}}}}}},"类":{"docs":{},"名":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008875739644970414}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005917159763313609}}}}}}},"标":{"docs":{},"准":{"docs":{},"形":{"docs":{},"式":{"docs":{},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}},"这":{"docs":{},"种":{"docs":{},"简":{"docs":{},"写":{"docs":{},"最":{"docs":{},"终":{"docs":{},"都":{"docs":{},"会":{"docs":{},"被":{"docs":{},"转":{"docs":{},"为":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}},"用":{"docs":{},"法":{"docs":{},"相":{"docs":{},"当":{"docs":{},"详":{"docs":{},"尽":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}},"变":{"docs":{},"化":{"docs":{},"来":{"docs":{},"重":{"docs":{},"新":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"引":{"docs":{},"用":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}},"都":{"docs":{},"未":{"docs":{},"必":{"docs":{},"能":{"docs":{},"满":{"docs":{},"足":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"(":{"docs":{},"否":{"docs":{},"则":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"这":{"docs":{},"个":{"docs":{},"项":{"docs":{},"目":{"docs":{},"了":{"docs":{},")":{"docs":{},"本":{"docs":{},"文":{"docs":{},"档":{"docs":{},"致":{"docs":{},"力":{"docs":{},"于":{"docs":{},"让":{"docs":{},"您":{"docs":{},"在":{"docs":{},"理":{"docs":{},"解":{"docs":{},"组":{"docs":{},"件":{"docs":{},"设":{"docs":{},"计":{"docs":{},"以":{"docs":{},"及":{"docs":{},"源":{"docs":{},"码":{"docs":{},"的":{"docs":{},"基":{"docs":{},"础":{"docs":{},"上":{"docs":{},",":{"docs":{},"可":{"docs":{},"自":{"docs":{},"行":{"docs":{},"定":{"docs":{},"制":{"docs":{},"出":{"docs":{},"最":{"docs":{},"适":{"docs":{},"合":{"docs":{},"您":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"称":{"docs":{},"呼":{"docs":{},",":{"docs":{},"我":{"docs":{},"也":{"docs":{},"不":{"docs":{},"能":{"docs":{},"免":{"docs":{},"俗":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"现":{"docs":{},"而":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"又":{"docs":{},"是":{"docs":{},"不":{"docs":{},"固":{"docs":{},"定":{"docs":{},"的":{"docs":{},",":{"docs":{},"很":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"很":{"docs":{},"多":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"会":{"docs":{},"被":{"docs":{},"清":{"docs":{},"空":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"降":{"docs":{},"级":{"docs":{},"使":{"docs":{},"用":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"也":{"docs":{},"只":{"docs":{},"是":{"docs":{},"替":{"docs":{},"换":{"docs":{},"掉":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}},"$":{"docs":{},"v":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"_":{"docs":{},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"就":{"docs":{},"是":{"docs":{},"利":{"docs":{},"用":{"docs":{},"了":{"docs":{},"该":{"docs":{},"为":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"docs":{}},"docs":{}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"=":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.03431372549019608},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.08108108108108109},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},">":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"c":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},")":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612}}}}}}}}},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"s":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627}},"o":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901},"./":{"ref":"./","tf":0.038461538461538464},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},")":{"docs":{},"。":{"docs":{},"若":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},",":{"docs":{},"靠":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"做":{"docs":{},"文":{"docs":{},"章":{"docs":{},"直":{"docs":{},"接":{"docs":{},"把":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"(":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},",":{"docs":{},"t":{"docs":{},"o":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"s":{"docs":{},"/":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"r":{"docs":{},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}},"a":{"docs":{},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"m":{"docs":{},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"i":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},".":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"n":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}},"i":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"'":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},"n":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},",":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":10.076923076923077}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"n":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"j":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"s":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"#":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"i":{"docs":{},"c":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}}}}}}}}},"/":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}},"e":{"docs":{},",":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"t":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"话":{"docs":{},"就":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"区":{"docs":{},"分":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"了":{"docs":{},"我":{"docs":{},"们":{"docs":{},"拿":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"s":{"docs":{},"y":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"m":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"f":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}},"o":{"docs":{},"k":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"l":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":10.01526717557252},"./":{"ref":"./","tf":0.038461538461538464}}}},"docs":{}},"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}},",":{"docs":{},"避":{"docs":{},"免":{"docs":{},"了":{"docs":{},"自":{"docs":{},"行":{"docs":{},"实":{"docs":{},"现":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"j":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"t":{"docs":{},"o":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"j":{"docs":{},"s":{"docs":{},"x":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"k":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03821656050955414},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"q":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},"!":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.025477707006369}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"污":{"docs":{},"染":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":10.01639344262295}}}},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"a":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"s":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"?":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},".":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"o":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"m":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.02849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},"(":{"docs":{},"若":{"docs":{},"为":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"类":{"docs":{},"型":{"docs":{},"则":{"docs":{},"禁":{"docs":{},"止":{"docs":{},"设":{"docs":{},"置":{"docs":{},"该":{"docs":{},"列":{"docs":{},"显":{"docs":{},"隐":{"docs":{},"状":{"docs":{},"态":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"./":{"ref":"./","tf":0.038461538461538464},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.025477707006369428},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"[":{"0":{"docs":{},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"docs":{}},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"引":{"docs":{},"用":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"任":{"docs":{},"意":{"docs":{},"点":{"docs":{},"击":{"docs":{},"取":{"docs":{},"消":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0196078431372549}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.017094017094017096}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"e":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.045584045584045586},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"p":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03821656050955414},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.02027027027027027},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}},"(":{"docs":{},"但":{"docs":{},"需":{"docs":{},"要":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"当":{"docs":{},"然":{"docs":{},"加":{"docs":{},"了":{"docs":{},"也":{"docs":{},"无":{"docs":{},"妨":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"?":{"docs":{},"解":{"docs":{},"答":{"docs":{},":":{"docs":{},"一":{"docs":{},"般":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{},"的":{"docs":{},"只":{"docs":{},"有":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}},"?":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"i":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":10.006802721088436},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"e":{"docs":{},"e":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}}}},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}},"l":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"w":{"docs":{},"o":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.08695652173913043},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.05698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.049019607843137254},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.06418918918918919},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.06329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"|":{"docs":{},"|":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"}":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.034782608695652174},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.017094017094017096},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.03431372549019608},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.014705882352941176},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.039886039886039885},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.02531645569620253}}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"(":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"⊙":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.034013605442176874},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"中":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}},"的":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.008888888888888889}},"可":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{},"(":{"docs":{},"若":{"docs":{},"无":{"docs":{},"则":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"很":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"演":{"docs":{},"变":{"docs":{},"成":{"docs":{},"这":{"docs":{},"样":{"docs":{},"子":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"截":{"docs":{},"取":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"了":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"用":{"docs":{},"法":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"先":{"docs":{},"前":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}},"利":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"把":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"缩":{"docs":{},"写":{"docs":{},"为":{"docs":{},"一":{"docs":{},"行":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},"开":{"docs":{},"始":{"docs":{},"前":{"docs":{},",":{"docs":{},"最":{"docs":{},"好":{"docs":{},"先":{"docs":{},"来":{"docs":{},"做":{"docs":{},"一":{"docs":{},"下":{"docs":{},"预":{"docs":{},"备":{"docs":{},"功":{"docs":{},"课":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"于":{"docs":{},"您":{"docs":{},"的":{"docs":{},"理":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"讲":{"docs":{},"解":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},"前":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"来":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"下":{"docs":{},"本":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"就":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"此":{"docs":{},"提":{"docs":{},"一":{"docs":{},"个":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"需":{"docs":{},"求":{"docs":{},":":{"docs":{},"实":{"docs":{},"现":{"docs":{},"刷":{"docs":{},"新":{"docs":{},"后":{"docs":{},"保":{"docs":{},"持":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"是":{"docs":{},"同":{"docs":{},"步":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"明":{"docs":{},"确":{"docs":{},"指":{"docs":{},"出":{"docs":{},",":{"docs":{},"全":{"docs":{},"选":{"docs":{},"不":{"docs":{},"能":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"类":{"docs":{},"似":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"际":{"docs":{},"上":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},"该":{"docs":{},"项":{"docs":{},"应":{"docs":{},"该":{"docs":{},"叫":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}},"例":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"巧":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}},"或":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"打":{"docs":{},"印":{"docs":{},"出":{"docs":{},"当":{"docs":{},"前":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"了":{"docs":{},"解":{"docs":{},"实":{"docs":{},"例":{"docs":{},"属":{"docs":{},"性":{"docs":{},"有":{"docs":{},"哪":{"docs":{},"些":{"docs":{},",":{"docs":{},"分":{"docs":{},"别":{"docs":{},"作":{"docs":{},"何":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"实":{"docs":{},"例":{"docs":{},"所":{"docs":{},"包":{"docs":{},"含":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}},"若":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}},"这":{"docs":{},"种":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"去":{"docs":{},"生":{"docs":{},"成":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}},"仅":{"docs":{},"仅":{"docs":{},"就":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"普":{"docs":{},"通":{"docs":{},"对":{"docs":{},"象":{"docs":{},"而":{"docs":{},"已":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"下":{"docs":{},"面":{"docs":{},"两":{"docs":{},"种":{"docs":{},"写":{"docs":{},"法":{"docs":{},"是":{"docs":{},"等":{"docs":{},"价":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"显":{"docs":{},"然":{"docs":{},"后":{"docs":{},"者":{"docs":{},"更":{"docs":{},"优":{"docs":{},"雅":{"docs":{},"简":{"docs":{},"洁":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},"/":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"t":{"docs":{},"d":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"h":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"o":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"e":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}},"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"v":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"t":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"p":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}},"'":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},",":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"共":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"应":{"docs":{},"用":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"并":{"docs":{},"保":{"docs":{},"存":{"docs":{},"设":{"docs":{},"置":{"docs":{},"到":{"docs":{},"本":{"docs":{},"地":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}},"无":{"docs":{},"数":{"docs":{},"据":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"每":{"docs":{},"页":{"docs":{},"展":{"docs":{},"示":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"汇":{"docs":{},"总":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"清":{"docs":{},"空":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"并":{"docs":{},"恢":{"docs":{},"复":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},"项":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},">":{"docs":{},"_":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.10526315789473684}}}},"[":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"{":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.05732484076433121},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.045584045584045586}},"p":{"docs":{},"m":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.05263157894736842}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"w":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"e":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"y":{"docs":{},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"w":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"q":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"./":{"ref":"./","tf":0.038461538461538464}},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0472972972972973}}},"y":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519}}},"(":{"docs":{},"在":{"docs":{},"业":{"docs":{},"务":{"docs":{},"中":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},"安":{"docs":{},"全":{"docs":{},"性":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"[":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"y":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"w":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"效":{"docs":{},"果":{"docs":{},"见":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}},"标":{"docs":{},"注":{"docs":{},"出":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"基":{"docs":{},"本":{"docs":{},"构":{"docs":{},"成":{"docs":{},"组":{"docs":{},"件":{"docs":{},"如":{"docs":{},"下":{"docs":{},"图":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}},"我":{"docs":{},"们":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}}}},"来":{"docs":{},"对":{"docs":{},"比":{"docs":{},"一":{"docs":{},"下":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"看":{"docs":{},"看":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"#":{"docs":{"detailed/":{"ref":"detailed/","tf":0.16326530612244897}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}},"│":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}},"└":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}},"├":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.14285714285714285}}}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"页":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}},"名":{"docs":{},"权":{"docs":{},"重":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"每":{"docs":{},"页":{"docs":{},"显":{"docs":{},"示":{"docs":{},"记":{"docs":{},"录":{"docs":{},"数":{"docs":{},"下":{"docs":{},"拉":{"docs":{},"选":{"docs":{},"择":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"目":{"docs":{},"录":{"docs":{},"树":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}},"见":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}},"行":{"docs":{},"首":{"docs":{},"多":{"docs":{},"选":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"栏":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"承":{"docs":{},"载":{"docs":{},"这":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"几":{"docs":{},"乎":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}}}}}}}}}},"列":{"docs":{},"定":{"docs":{},"义":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"则":{"docs":{},"采":{"docs":{},"用":{"docs":{},"手":{"docs":{},"风":{"docs":{},"琴":{"docs":{},"策":{"docs":{},"略":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}}},"参":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"可":{"docs":{},"选":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}},"项":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"以":{"docs":{},"实":{"docs":{},"现":{"docs":{},"无":{"docs":{},"限":{"docs":{},"递":{"docs":{},"归":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},",":{"docs":{},"就":{"docs":{},"是":{"docs":{},"通":{"docs":{},"过":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"避":{"docs":{},"免":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"的":{"docs":{},"麻":{"docs":{},"烦":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"否":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.07377049180327869},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.047337278106508875}}},"多":{"docs":{},"项":{"docs":{},"选":{"docs":{},"择":{"docs":{},"的":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"亏":{"docs":{},"有":{"docs":{},"了":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}},"当":{"docs":{},"页":{"docs":{},"记":{"docs":{},"录":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}},"前":{"docs":{},"行":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}},"往":{"docs":{},"下":{"docs":{},"着":{"docs":{},"重":{"docs":{},"讲":{"docs":{},"解":{"docs":{},":":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}},"是":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03278688524590164}},"否":{"docs":{},"必":{"docs":{},"须":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}},"支":{"docs":{},"持":{"docs":{},"保":{"docs":{},"存":{"docs":{},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"显":{"docs":{},"示":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}},"分":{"docs":{},"页":{"docs":{},"相":{"docs":{},"关":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"该":{"docs":{},"列":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}},"如":{"docs":{},"何":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"查":{"docs":{},"询":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},"汇":{"docs":{},"总":{"docs":{},"行":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}},"用":{"docs":{},"于":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01639344262295082},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01775147928994083}},"传":{"docs":{},"递":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"类":{"docs":{},"型":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},",":{"docs":{},"但":{"docs":{},"它":{"docs":{},"本":{"docs":{},"身":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"录":{"docs":{},"总":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},"说":{"docs":{},"明":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"文":{"docs":{},"字":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"额":{"docs":{},"外":{"docs":{},"传":{"docs":{},"给":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"承":{"docs":{},"载":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}},"`":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"下":{"docs":{},"面":{"docs":{},"列":{"docs":{},"出":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"与":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"同":{"docs":{},"时":{"docs":{},"用":{"docs":{},"于":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008875739644970414}}}}},"步":{"docs":{},"本":{"docs":{},"地":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"字":{"docs":{},"段":{"docs":{},"名":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}},"标":{"docs":{},"准":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"简":{"docs":{},"单":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"高":{"docs":{},"级":{"docs":{},"列":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"的":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}},"!":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"$":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}}},"$":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},",":{"docs":{},"包":{"docs":{},"含":{"docs":{},"以":{"docs":{},"下":{"docs":{},"三":{"docs":{},"个":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"是":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"东":{"docs":{},"西":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}},"传":{"docs":{},"入":{"docs":{},"到":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"作":{"docs":{},"为":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"便":{"docs":{},"捷":{"docs":{},"操":{"docs":{},"作":{"docs":{},"函":{"docs":{},"数":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}},"的":{"docs":{},"各":{"docs":{},"个":{"docs":{},"元":{"docs":{},"素":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}},"部":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"才":{"docs":{},"合":{"docs":{},"理":{"docs":{},",":{"docs":{},"但":{"docs":{},"主":{"docs":{},"流":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}},"搬":{"docs":{},"出":{"docs":{},"来":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}},"支":{"docs":{},"持":{"docs":{},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"由":{"docs":{},"上":{"docs":{},"可":{"docs":{},"知":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"在":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"部":{"docs":{},",":{"docs":{},"即":{"docs":{},"可":{"docs":{},"通":{"docs":{},"过":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}},"您":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}},"于":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}},"省":{"docs":{},"略":{"docs":{},"手":{"docs":{},"风":{"docs":{},"琴":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"不":{"docs":{},"可":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}},":":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}},"稍":{"docs":{},"微":{"docs":{},"把":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"了":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"a":{"docs":{},"g":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}},"p":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"一":{"docs":{},"般":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"您":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"空":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"数":{"docs":{},"组":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"述":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"均":{"docs":{},"在":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},"有":{"docs":{},"所":{"docs":{},"体":{"docs":{},"现":{"docs":{},",":{"docs":{},"最":{"docs":{},"终":{"docs":{},"目":{"docs":{},"的":{"docs":{},"都":{"docs":{},"是":{"docs":{},"让":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"查":{"docs":{},"询":{"docs":{},"属":{"docs":{},"性":{"docs":{},"变":{"docs":{},"成":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"(":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"会":{"docs":{},"立":{"docs":{},"即":{"docs":{},"发":{"docs":{},"生":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"故":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{},"若":{"docs":{},"还":{"docs":{},"有":{"docs":{},"其":{"docs":{},"他":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},"若":{"docs":{},"有":{"docs":{},"行":{"docs":{},"被":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}},"时":{"docs":{},"无":{"docs":{},"需":{"docs":{},"加":{"docs":{},"上":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"温":{"docs":{},"馨":{"docs":{},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"若":{"docs":{},"采":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},"疑":{"docs":{},"惑":{"docs":{},":":{"docs":{},"什":{"docs":{},"么":{"docs":{},"时":{"docs":{},"候":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"种":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"虽":{"docs":{},"是":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"看":{"docs":{},"看":{"docs":{},"本":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"请":{"docs":{},"求":{"docs":{},",":{"docs":{},"赋":{"docs":{},"值":{"docs":{},"较":{"docs":{},"为":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"一":{"docs":{},"个":{"docs":{},"网":{"docs":{},"址":{"docs":{},")":{"docs":{},"时":{"docs":{},"最":{"docs":{},"好":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"通":{"docs":{},"过":{"docs":{},"监":{"docs":{},"听":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"监":{"docs":{},"听":{"docs":{},"深":{"docs":{},"层":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"非":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"假":{"docs":{},"如":{"docs":{},"产":{"docs":{},"品":{"docs":{},"经":{"docs":{},"理":{"docs":{},"要":{"docs":{},"求":{"docs":{},"默":{"docs":{},"认":{"docs":{},"就":{"docs":{},"要":{"docs":{},"全":{"docs":{},"部":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},"。":{"docs":{},"就":{"docs":{},"拿":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"会":{"docs":{},"进":{"docs":{},"入":{"docs":{},"到":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}},"就":{"docs":{},"是":{"docs":{},"这":{"docs":{},"么":{"docs":{},"简":{"docs":{},"单":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}},"编":{"docs":{},"程":{"docs":{},"式":{"docs":{},"勾":{"docs":{},"选":{"docs":{},"第":{"docs":{},"一":{"docs":{},"条":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}},"]":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"}":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"再":{"docs":{},"三":{"docs":{},"斟":{"docs":{},"酌":{"docs":{},"下":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"引":{"docs":{},"入":{"docs":{},"了":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"妙":{"docs":{},"用":{"docs":{},"是":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"仅":{"docs":{},"限":{"docs":{},"于":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}},"顾":{"docs":{},"名":{"docs":{},"思":{"docs":{},"义":{"docs":{},",":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},"值":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}},"嵌":{"docs":{},"套":{"docs":{},"组":{"docs":{},"件":{"docs":{},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"运":{"docs":{},"用":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"什":{"docs":{},"么":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}},"原":{"docs":{},"理":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"很":{"docs":{},"简":{"docs":{},"单":{"docs":{},"吧":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},"(":{"docs":{},"以":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"繁":{"docs":{},"琐":{"docs":{},"的":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}},"来":{"docs":{},"定":{"docs":{},"制":{"docs":{},"源":{"docs":{},"码":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.025477707006369428}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"'":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"length":2161},"corpusTokens":["!this.vis","#","#advanc","#basic","$data.query)","$i18n('item","$i18n('show')","$route.queri","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","$vm","$vm.$set","$vm._uida","$vm._uid实际上就是利用了该为全局唯一的组件","&","'$route.query'","''","'')","'',","',':","'../../../'","'../_mockdata'","'./lib/index.vue'","'__nested__',","'accordion'","'age',","'appli","'apply':","'berkeley'","'boolean':","'clear","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'item","'ken'","'keyword',","'lang',","'language',","'name'","'name',","'no","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'show':","'sortable',","'string':","'summary':","'text","'total':","'true'","'true',","'uid',","'use","'user","'username',","'vue'","'vue2","'w","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(!item.__nested__)","((col.weight","()","(...)","(accordion","(arguments.length)","(but","(click","(comp,","(computed.columns$","(computed.data$","(demo","(diy)","(e.g.","(if","(issues)","(lib/index.vue).bi","(nest","(of","(pay","(props)","(query)","(radio)',","(recommended)","(releases)","(row)","(rows)","(sourc","(spread)","(such","(summari","(this.supportnested)","(titl","(typeof","(vue,","({",")","*/","*/],","*/})","+",",",".$on('',",".$on('reload',","...","...$prop","...queri","/","/*","//","0","0),","0,","0:","1","1,","1.x","1.x.(in","10,","1:","2","2,","2.x.but","2.x若要运用在","240',","2:","3,","3.x","4","4.x(avail","4.x(全局引入)",":column",":data",":queri",":select",":xprop","=","=>",">_","[","[...this.data])","[/*","[]","[],","[].if","[{","]","],","__nested__","__nested__,","__nested__,包含以下三个属性:","`radio`","`type`","`visible:","a:","abov","above,","accord","accordion","adapt:","advanc","ajax","all.thi","allow","alway","api","array","assum","attach","attent","attention:","attr","attribut","attributes:","awar","awesom","b:","backup","base","basic","befor","before,","below","below:","better","bind","boolean","bootstrap","both","break","build","build,","busi","c:","call","care","case","cases,","catalog","cd","chang","changeful,","changelog","class","clean,","clear","cli","cli'","clone","cn'","cn.j","cn.js:","code","col","col))","col.weight","colclass","colclass:","color',","cols.map(col","colspan","colstyl","column","columngroup.vu","columns:","columns[i]","columns[i]:","come","comma","common","comp","comp)","comp:","compar","complex","compon","component'","component)。若传入","component),靠的就是在这里做文章直接把源码","component,to","component/locales/zh","components.","components.(of","components.but","components:","components(thcomp","component(refer","component)","comprehend","comprehens","compromise.","comps/","comput","computed.columns$)","computed.data$","condit","configur","consid","console.log(this)","const","contain","container.","content","content,","content.","control","conveni","convert","cource,","cover","creat","current","custom","d:","data","data$","data':","data.","data.foreach(item","data:","datat","datatable)","datatable.git","datatables,","dedic","deep","deep:","default","default,","defin","definit","degrad","demo","depend","desc","deselect","design","detail","devtool","direct","display","diy","do","do.","docs:","document","doesn't","don't","dynam","e.g.","each","earth","easy,","effort.","either:","elegant.","emphas","empti","encodeuricompon","enumerable:","equal","escap","event","eventbu","eventbus:","eventbus,这样的话就不需要区分命名空间了我们拿基本例子改一下:","evolv","exactli","exampl","example,","example.they","example:","examples#advanc","examples#advanced)","examples#advanced)almost","examples#bas","examples#basic)","examples/","examples/if","examples/src","examples/src/advanced/comps/th","examples/src/advanced/index.vu","examples/src/advanced/index.vue,","examples/src/basic/index.vu","examples:","excerpt","explain","explain:","export","extend","extra","fals","false,","false`,","featur","field","field:","filter.vu","filter.vue)","first","follow","font","fontstyle:","fontweight:","forget","full","function","gener","get","get,","git","global","globally)","grasp","groupname:","handlequerychang","handler","headerset","headersettings/","headersettings/index.vu","headsort.vu","helloworld","help","here","highli","homework","hook","https://github.com/onewaytech/vue2","i18n","id","id',","id:","id,避免了自行实现","imitate.","immediate:","immediately.that'","implement","import","includ","index.js:","index.js):","index.vu","info',","init","initi","inlin","instal","instanc","instance.therefore,","into:","invok","is,","issu","it'","it.","item","jsx","keep","key","key,","keyword),","keyword:","keyword),则以下两种方式二选一:","label","label:","language',","latter","lead","less","let","let'","lib/","lib/headersettings/columngroup.vu","lib/index.vu","lib/index.vue)","lib/index.vue),","lib/index.vue):","lib/limitselect.vu","lib/limitselect.vue:","lib/如果您觉得某些功能很必须,随时欢迎","libraries.","limit:","limitselect.vu","listen","live","loaddata","local","local':","locale[srctxt]","locales/zh","lodash.orderbi","look","made","magic","make","mani","manual","me)","mean","meaningless)","meet","method","methods.search","methods.search)","methods:","migrat","mockdata","mockdata(query).then(({","mockdata(this.query).then(({","mode","more","multi","multiselect.vu","n","name","name:","names).","namespac","necessari","necessary,","need","need:","nest","nested,","new","none","normally,","now","npm","number","object","object!","object.defineproperty(item,","object.keys(q).foreach(key","offici","offset:","ok","omit","on","on,","open","oper","opt","option","or:","order:","ourselves.","p.s.","page","page')","page':","pagin","pagination.vu","pass","pass?","path:","pattern","per","perform","place","plenti","pm","popular","pr","prefac","prefer","premise,","print","problem.let'","production)","programmat","project","prop","properti","property,","props.","props.a","props.nest","props.nested.$toggl","props.row.__nested__.$toggl","props.row.__nested__.$toggle,","props:","props那么,源码","props高级例子","props,以避免污染源码模板","proptype:","pr!","purpose:","q","q[key]))","queri","query:","query(在业务中请注意安全性)","question:","rank","reactive!(method","recommend","record","recurs","ref","refer","relat","reload","reload.th","render","replac","requir","required)","requirement:","requirements.(if","restore':","result,","return","rid","right?","roll","row","row)","row.__nested__)","rows,","rows.however,","s","sake","same","same.","secur","see","seem","select","selected,","selection.","semant","set","set)","settimeout(()","settings':","shorten","shorthand","should:","shown","simpl","simple!","simple.but","simplest","simplifi","solut","someth","sort","sort:","sortabl","sourc","source.und","source,","speaking,","spread","srctxt","standard","start","started,","string","string,","string(若为字符串类型则禁止设置该列显隐状态)","structur","studi","style","success'","suitabl","summari","support","supported)","switch","sync","tabl","take","talk","tbl","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","templat","test:","thank","thclass","thclass:","thcomp","thcomp:","these,","thing)","this.$nexttick(()","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(item,","this.$set(query,","this.$set(this.query,","this.comp","this.data","this.data[0]","this.data因为这样会导致引用一致,任意点击取消勾选,则当前","this.loaddata()","this.loaddata)","this.select","this.summari","this.tot","this.vis","this.xprops.eventbu","three","thstyle","thstyle:","time',","time,","tips:","titl","title:","title)","toggle)","total","total,","total:","tree","tri","trick","trick,","true","true,","true?answer:","true(但需要","true(当然加了也无妨)","true)","true?解答:一般来说,需要加的只有:","two","type","type:","undefin","understand","unenumer","uniqu","unlimit","unnecessari","up","url","url)","url.","url稍微把基本例子改一下就可以了:","us","usag","usages,","v","valu","verbos","veri","version","visibl","visible)","visible:","vue","vue()","vue.component('datatable',","vue.prototype.$i18n","vue.set","vue.use(datatable)","vue.use(datatable,","vue2","vuejs/vue#4962","watch","watch:","way","way,","way:","webpack","weight","weight:","welcome!","what'","whole","within","works:","wow,","xprop","xprops,","xprops:","xprops,用于承载这些额外的","y","you'd","yourself.","{","{/*","{{","{}","{})","{},","{}.if","||","}","})","}),","},","}]","}])","}])","}}","}(推荐)","§","⊙","│","└─","├─","一般情况下,您只需要传入一个空对象","一般情况下,您只需要传入一个空数组","上述两种方式均在高级例子中有所体现,最终目的都是让额外的查询属性变成响应式的(其中第","上面的","下面列出","与","中","中使用了","中截取","中的","中的可配置项:","中的显示名称(若无则使用","中的模板,很有可能会演变成这样子:","中:","为例):","为例,效果见","为例,标注出对应的基本构成组件如下图所示:","主体","也是没问题的,因为是同一个东西)","了解","了解动态组件的用法","仅支持","以下代码均由源码模板","以中文为例:","以及","以高级例子","任何开源的","会立即发生变化,故","传入到对应的","作为","例如,源码","便捷操作函数","值","假如产品经理要求默认就要全部勾选,也是没问题的。就拿高级例子改一下:","先前采用的是","内嵌组件名","内的各个元素","内部使用的","再三斟酌下,本","几乎涵盖上述所有配置,建议参考","分页","列定义","则采用手风琴策略","初始化时传入","利用","利用逗号运算符,可以把上面的代码缩写为一行:","到","前言","功能,让我们可以避免繁琐的","动态组件","动态组件(thcomp","包含什么内容:","即可。若还有其他查询条件(例如","即可若有行被勾选,则对应的","原理","参数","可以实现无限递归嵌套的高级例子,就是通过这样的方式来避免命名空间的麻烦","可选值","可选项","同时用于","同步本地","否","国际化","在","在初始化时就传入","在开始前,最好先来做一下预备功课,以便于您的理解","在此必须明确指出,全选不能这样操作:","在此提一个常见的需求:实现刷新后保持查询条件最常见的解决方案是同步查询条件到","在源码模板中,","在讲解配置项前,我们先来了解一下本","基本例子","多亏有了","多项选择的容器","如下所示:","字段名","字段名称","定义:","实例","实现对","实现类似","实际上","实际上该项应该叫","对","将会进入到","就是这么简单!","属性","嵌套组件控制(row.__nested__","巧用","巧用逗号运算符","开始","引入了","当前行","当页记录","往下着重讲解:","很简单吧?","总览","我们以基本例子","我们来对比一下","我们来看看","或在组件中","所有","才合理,但主流的","打印出当前实例,了解实例属性有哪些,分别作何用","技巧","排名权重","排序","搬出来:","支持内嵌组件","时无需加上","是","是否必须","是否支持保存表头设置","是否支持内嵌组件","是否支持排序","是否显示","是否显示分页相关组件","是否显示表头设置组件","是否显示该列","是如何初始化","显示名称","最常见的妙用是,传入一个仅限于当前","本","本技巧参考自","本组件采用的是最简单的方案(见","本身该项是没啥好讲的,但本","来定制源码","查询对象","标准写法","模板中是这样操作(以","每页显示记录数下拉选择框","汇总行","注:bootstrap","涵盖上述所有动态组件的运用,建议参考","温馨提示:若采用","源码目录树","源码见","版本迭代(releases)","用于","用于传递额外的","由上可知,queri","由上可知,本","由于","由此,在对应的动态组件内部,即可通过","由此,您可以基于","疑惑:什么时候","的","的依赖如下:","的内联样式","的动态组件名","的变化来重新获取数据","的可替换性极强,您完全可以使用其他库替代(一般就是改一下类名即可)","的引用)","的控制(当然,直接操作","的构造","的标准形式(源码见","的模板简写","的用法相当详尽,建议参考","的类名","的这种简写最终都会被转为","的项目,请根据官方的","的(源码见","省略手风琴的实现","种见","简单写法","类型","类型(例如","类型(例如上面的","类型,但它本身是一个计算属性,因此不需要加","组件中定义:","组件实例所包含的属性","组件对","编程式勾选第一条,可以这样操作:","自定制","自行使用","若","虽是","行首多选框","表头设置","表头设置主体","表头设置分栏组件","让我们来看看本","记录总数","设置了一个不可遍历属性","设置:this.$set(this.query,","详情请参考文档:dynam","详解","详解(点我)","说明","说明文字","请求,赋值较为复杂(例如一个网址)时最好使用","转义","这仅仅就是一个普通对象而已","这种最简单的方式去生成全局唯一","通过监听","那么下面两种写法是等价的,但显然后者更优雅简洁","都会被清空!","都是这样称呼,我也不能免俗","都是通过动态组件实现而业务需求又是不固定的,很可能需要传入很多额外的","都未必能满足所有的业务需求(否则也不会有这个项目了)本文档致力于让您在理解组件设计以及源码的基础上,可自行定制出最适合您的","配置","配置项","配置项(props)","钩子函数)","钩子函数):","问题反馈(issues)","降级使用(一般也只是替换掉","需要加","需要监听深层嵌套的","非计算属性的","顾名思义,xprop","额外传给动态组件的承载容器","高级例子中的","高级例子中,","高级列子","默认值"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Catalog","keywords":"","body":"§ Catalog\n\nCatalog\nPreface\nTricks\nGetting started\nDetailed (click me)\nprops of Datatable\n:columns\n:data\n:query\n:selection\n:xprops\nDynamic Components\n\n\nI18N\nDIY\nQ & A (issues)\nChangelog (releases)\n\n"},"preface.html":{"url":"preface.html","title":"Preface","keywords":"","body":"§ Preface\n\nThis Datatable only supports Vue 2.x.But you can degrade it according to Migration from Vue 1.x.(In most of the time, you just need to replace ref / key / )\n\nThere are plenty of open-source Datatables, but none of them could meet all the business requirements.(if there is, this project is meaningless)\nThis documentation is dedicated to letting you comprehend the design and the source.Under this premise, you can build the most suitable Datatable yourself.\nThe dependencies of this project shown below:\n\nBootStrap 3.x + Font Awesome 4.x(available globally)\nlodash.orderBy\nreplace-with\n\nP.S. BootStrap and Font Awesome can be replaced with other popular libraries.\n"},"tricks.html":{"url":"tricks.html","title":"Tricks","keywords":"","body":"§ Tricks\n\nBefore getting started, you'd better do some homework for a better comprehension\n\n\n⊙ Grasp the usage of dynamic components\nTake a look at the official docs: Dynamic Components.\n⊙ Too many props to pass? v-bind can help just like spread operator (...) in JSX\n\nAccording to vuejs/vue#4962\n\n\n \n \n \n \n \n \n\n\nexport default {\n data: () => ({\n a: 1,\n b: 2,\n c: 3,\n d: 4\n })\n}\n\n\n⊙ Simplify template for propType: Boolean\nAssume there is a HelloWorld component and its props defined as below:\nprops: {\n test: Boolean\n}\n\nThen the following patterns are equal but the latter seemed more elegant.\n\n\n\n\n\n⊙ Shorten code with comma operator\ncols.map(col => {\n col.weight = col.weight || 0\n return col\n})\n\n// Shortened\ncols.map(col => ((col.weight = col.weight || 0), col))\n\n⊙ Be aware of what's in the Vue instance\nPrint the $vm with vue-devtools or console.log(this) within a component,to see what on earth attach to an Vue instance and what exactly they mean / do.\ne.g. Source lib/HeaderSettings/ColumnGroup.vue made use of $vm._uidas it's the global unique component ID and we don't need to generate one ourselves.\n\nUnique component IDs were generated by setTimeout(() => {}) before, which was almost the simplest way\n\n"},"getting-started.html":{"url":"getting-started.html","title":"Getting started","keywords":"","body":"§ Getting started\n>_ npm i -S vue2-datatable-component\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\n\nVue.use(Datatable) // OK\n\nLet's roll up with the basic example (source - examples/src/Basic/index.vue , demo - examples#basic)\n\n \n query: {{ query }}\n \n \n\n\nimport mockData from '../_mockData'\n\nexport default {\n data: () => ({\n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n query: {}\n }),\n watch: {\n query: {\n handler (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n },\n deep: true\n }\n }\n}\n\n\n"},"detailed/":{"url":"detailed/","title":"Detailed (click me)","keywords":"","body":"§ Detailed\nIt would be better for you to understand the structure of this Datatable before the detailed content.\nThe source tree lib/ shown as below:\nlib/\n ├─ HeaderSettings/\n │ ├─ ColumnGroup.vue\n │ └─ index.vue\n ├─ HeadSort.vue\n ├─ LimitSelect.vue\n ├─ MultiSelect.vue\n ├─ Pagination.vue\n └─ index.vue\nLet's look at the structure of the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)\n\n \n\n"},"detailed/datatable-props.html":{"url":"detailed/datatable-props.html","title":"props of Datatable","keywords":"","body":"§ props of Datatable\n\n\n\nprop\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ncolumns\nDefination of columns\nArray\n-\n-\nY\n\n\ndata\nTable data of the current page (rows)\nArray\n-\n-\nY\n\n\ntotal\nTotal number of records\nNumber\n-\n-\nY\n\n\nquery\nQuery object\nObject\n-\n-\nY\n\n\nselection\nContainer of multi-select\nArray\n-\n-\nN\n\n\nsummary\nSummary row\nObject\n-\n-\nN\n\n\nxprops\nContainer of extra props passed to dynamic components\nObject\n-\n-\nN\n\n\nHeaderSettings\nShould render HeaderSettings\nBoolean\ntrue / false\ntrue\nN\n\n\nPagination\nShould render pagination related\nBoolean\ntrue / false\ntrue\nN\n\n\ntbl-class\nclasses for \nString / Object / Array\n-\n-\nN\n\n\ntbl-style\ninline styles for \nString / Object / Array\n-\n-\nN\n\n\nsupport-backup\nShould support backup of HeaderSettings\nBoolean\ntrue / false\nfalse\nN\n\n\nsupport-nested\nShould support nested components (accordion mode is supported)\nBoolean / String\ntrue / false / 'accordion'\nfalse\nN\n\n\n\n\nThe above is based on the source (lib/index.vue).By the way, the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)almost covers all the usages, which is highly recommended to study and imitate.\n\nIn the following content, I would like to emphasize the props below: \n\ncolumns\ndata\nquery\nselection\nsummary\nxprops\nDynamic components(thComp / tdComp / nested component)\n\n"},"detailed/props-columns.html":{"url":"detailed/props-columns.html","title":":columns","keywords":"","body":":columns\nLet's compare the columns definitions of the basic and advanced examples:\n// examples#basic - shorthand version\ncolumns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n]\n\n// examples#advanced - standard version\ncolumns: [{\n groupName: 'Normal',\n columns: [\n { title: 'Email', field: 'email', visible: false, thComp: 'FilterTh', tdComp: 'Email' },\n { title: 'Username', field: 'name', thComp: 'FilterTh', tdStyle: { fontStyle: 'italic' } },\n { title: 'Country', field: 'country', thComp: 'FilterTh', thStyle: { fontWeight: 'normal' } },\n { title: 'IP', field: 'ip', visible: false, tdComp: 'IP' }\n ]\n}, {\n groupName: 'Sortable',\n columns: [\n { title: 'UID', field: 'uid', label: 'User ID', sort: true, visible: 'true', weight: 1 },\n { title: 'Age', field: 'age', sort: true, thClass: 'text-info', tdClass: 'text-success' },\n { title: 'Create time', field: 'createTime', sort: true, colClass: 'w-240', thComp: 'CreatetimeTh', tdComp: 'CreatetimeTd' }\n ]\n}, {\n groupName: 'Extra (radio)',\n type: 'radio',\n columns: [\n { title: 'Operation', tdComp: 'Opt' },\n // don't forget to set the columns below `visible: false`, since the `type` is `radio`\n { title: 'Color', field: 'color', explain: 'Favorite color', visible: false, tdComp: 'Color' },\n { title: 'Language', field: 'lang', visible: false, thComp: 'FilterTh' },\n { title: 'PL', field: 'programLang', explain: 'Programming Language', visible: false, thComp: 'FilterTh' }\n ]\n}]\n\n\nAccording to the source (computed.columns$ in lib/index.vue), shorthand version would always be converted to standard version\n\nThese are attributes of columns[i]:\n\n\n\nAttr\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ntitle\nDisplayed title\nString\n-\n-\nN\n\n\nlabel\nlabel in HeaderSettings (title will take its place if not set)\nString\n-\n-\nN\n\n\nfield\nField name of row\nString\n-\n-\nN\n\n\nexplain\nExplaination of the field\nString\n-\n-\nN\n\n\nsort\nIs sortable\nBoolean\ntrue / false\nfalse\nN\n\n\nweight\nRanking weight\nNumber\n-\n0\nN\n\n\nvisible\nIs visible\nBoolean / String (if the type is String, the visibility is not allowed to toggle)\ntrue / false / 'true' / 'false'\ntrue\nN\n\n\ncolspan\ncolspan for / \nNumber\n-\n-\nN\n\n\ncolClass\nclasses for / \nString / Object\n-\n-\nN\n\n\ncolStyle\ninline styles for / \nObject\n-\n-\nN\n\n\nthClass\nclasses for \nString\n-\n-\nN\n\n\nthStyle\ninline styles for \nObject\n-\n-\nN\n\n\nthComp\nname of dynamic component for \nString\n-\n-\nN\n\n\ntdClass\nclasses for \nString\n-\n-\nN\n\n\ntdStyle\ninline styles for \nObject\n-\n-\nN\n\n\ntdComp\nname of dynamic component for \nString\n-\n-\nN\n\n\n\n"},"detailed/props-data.html":{"url":"detailed/props-data.html","title":":data","keywords":"","body":":data\n\nIn a more semantic way, it should be called rows.However, most of the popular Datatables prefer data. So I have to compromise.\n\nNormally, it's not necessary to talk about this attribute since it's so simple.But this Datatable supports nested components by performing magic in it.\nIt would be more direct to deep into the source (computed.data$ in lib/index.vue) to see how it works:\ndata$ () {\n const { data } = this\n if (this.supportNested) {\n data.forEach(item => {\n if (!item.__nested__) {\n this.$set(item, '__nested__', {\n comp: '',\n visible: false,\n $toggle (comp, visible) {\n switch (arguments.length) {\n case 0:\n this.visible = !this.visible\n break\n case 1:\n switch (typeof comp) {\n case 'boolean':\n this.visible = comp\n break\n case 'string':\n this.comp = comp\n this.visible = !this.visible\n break\n }\n break\n case 2:\n this.comp = comp\n this.visible = visible\n break\n }\n }\n })\n ... // omit the implementation of accordion\n Object.defineProperty(item, '__nested__', { enumerable: false })\n }\n })\n }\n return data\n}\n\nAccording to the above, each item (row) of data (rows) is $set an unenumerable __nested__, including three attributes:\n\n\n\nAttr\nDesc\nType\nOptional values / usages\nDefault value\n\n\n\n\ncomp\nname of the current nested component\nString\n-\n''\n\n\nvisible\nIs the nested component visible\nBoolean\ntrue / false\nfalse\n\n\n$toggle\nAPI to control comp and visible conveniently\nFunction\n$toggle(comp) / $toggle(visible) / $toggle(comp, visible)\n-\n\n\n\nIn the source, __nested__ would be passed to the related tdComp and nested components:\n\n\n\n\n\n\n\n\nBy doing all these, we could control the nested component by props.nested.$toggle in the related dynamic components.(Of cource, you can invoke props.row.__nested__.$toggle, which is the same thing)\n\nIn the advanced example, component Opt made a full use of nested, which is highly recommended to study and imitate.\n\n"},"detailed/props-query.html":{"url":"detailed/props-query.html","title":":query","keywords":"","body":":query\nLet's see how this Datatable initializes query (source - hook created in lib/index.vue):\ncreated () { // init query\n const { query } = this\n const q = { limit: 10, offset: 0, sort: '', order: '', ...query }\n Object.keys(q).forEach(key => this.$set(query, key, q[key]))\n}\n\n\nAccording to the above, query will change immediately.That's why watch: query doesn't need immediate: true (but deep: true is required)\n\nNormally, you just need to pass an empty object {}.If there are any other query conditions (such as keyword), you should:\n\nEither: initially pass { keyword: '' } (recommended)\nOr: manually this.$set(this.query, 'keyword', '') with Vue.set / $vm.$set\n\n\nBoth of the methods above were used in the advanced example.They both have the same purpose: make the extra query conditions reactive!(Method 2 see methods.search in examples/src/Advanced/comps/th-Filter.vue)\nTips: If you are using Ajax - GET, don't forget to use encodeURIComponent to escape complex values (such as a URL)\n\n\n⊙ Extended\nHere we have a very common requirement: keep the query conditions after the full page reload.The most common solution is sync query with URL.\nLet's make the basic example to meet the requirement:\n\n \n query: \n \n \n\n\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data () {\n return { \n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n // initially pass URL query (pay attention to security in production)\n query: this.$route.query\n }\n },\n watch: {\n // sync query to URL query\n query: {\n handler (query) {\n this.$router.push({ path: this.$route.path, query })\n },\n deep: true\n },\n // listen to URL query changes to reload data\n '$route.query' (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n }\n }\n}\n\n\n\nQuestion: when does watch need deep: true?Answer: generally speaking, only two cases need:\n\nan object which is no a computed property\nnested array (e.g. [{ id: 1, name: 'Ken' }, { id: 2, name: 'Berkeley' }])\n\nFor example, $route.query is an object but it's a computed property, so deep: true is unnecessary\n\n"},"detailed/props-selection.html":{"url":"detailed/props-selection.html","title":":selection","keywords":"","body":":selection\nNormally, you just need to pass an empty array [].If any row is selected, then it would be in selection.\nFor example, select the first row in programmatic way:\nthis.selection = [ this.data[0] ]\n\nIf your PM wants all the rows selected by default, no problem.Let's take the advanced example to adapt:\nmethods: {\n handleQueryChange () {\n mockData(this.query).then(({ rows, total, summary }) => {\n this.data = rows\n this.total = total\n this.summary = summary\n\n // Just so simple!\n this.$nextTick(() => this.selection = [...this.data])\n })\n }\n}\n\nAttention: DO NOT this.selection = this.data for selecting all.This leads to their references are the same. Any deselection would clear the whole data.\n"},"detailed/props-xprops.html":{"url":"detailed/props-xprops.html","title":":xprops","keywords":"","body":":xprops\nxprops, meaning extra props.\nOur Datatable implements thComp / tdComp / nested component by dynamic components.But the business requirements are changeful, which may pass many extra props.As a result, the source template of our Datatable may evolve into:\n\n\n\nFor the sake of keeping the source template clean, here comes xprops as a container.\n\n⊙ Extended\nThe most common trick in the use of xprops is passing an eventbus which only for the current Datatable instance.Therefore, no need to care about the namespacing (of event names).\nLet's try with the basic example:\n\n \n query: \n \n \n\nimport Vue from 'vue'\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data: () => ({\n columns: [/* omitted */],\n data: [],\n total: 0,\n query: {},\n xprops: {\n eventbus: new Vue() // only for current Datatable instance\n }\n }),\n created () {\n this.xprops.eventbus\n .$on('RELOAD', this.loadData)\n .$on('', () => {/* do something */})\n },\n watch: {\n query: {\n handler () {\n this.loadData()\n },\n deep: true\n }\n },\n methods: {\n loadData () {\n mockData(this.query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n }) \n }\n }\n}\n\n\n\nThanks to the trick, the advanced example implemented unlimited recursive nested components with less effort.\n\n"},"detailed/dynamic-comps.html":{"url":"detailed/dynamic-comps.html","title":"Dynamic Components","keywords":"","body":"§ Dynamic Components(thComp / tdComp / nested component)\n\nThe following code is excerpted from the source lib/index.vue\n\n⊙ thComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\ncolumn\nDefination of column\nObject\n\n\nfield\nField name\nString / undefined\n\n\ntitle\nDisplayed title\nString / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ tdComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nfield\nField name\nString / undefined\n\n\nvalue\nValue\nAny\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ nested component\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n\ncomps/ of the advanced example covers all the use cases, which is highly recommended to study and imitate.\n\n"},"i18n.html":{"url":"i18n.html","title":"I18N","keywords":"","body":"§ i18n\n⊙ Example\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\nimport locale from 'vue2-datatable-component/locales/zh-cn'\n\nVue.use(Datatable, { locale }) // OK\n\nContent of locales/zh-cn.js:\nexport default {\n /* HeaderSettings/index.vue */\n 'Apply': '应用',\n 'Apply and backup settings to local': '应用并保存设置到本地',\n 'Clear local settings backup and restore': '清空本地设置并恢复',\n 'Using local settings': '正在使用本地设置',\n\n /* index.vue */\n 'Summary': '汇总',\n 'No Data': '无数据',\n 'Total': '共',\n ',': '项,',\n\n /* LimitSelect.vue */\n 'show': '每页展示',\n 'items per page': '项'\n}\n\nWow, it's just a simple object!\n⊙ Magic\nLet's take a look at index.js:\nimport Datatable from './lib/index.vue'\n\nexport default {\n install (Vue, options = {}) {\n const { locale = {} } = options\n\n // this might be the simplest i18n solution\n Vue.prototype.$i18n = srcTxt => locale[srcTxt] || srcTxt\n\n Vue.component('Datatable', Datatable)\n }\n}\n\nThen in lib/LimitSelect.vue:\n\n \n {{ $i18n('show') }}\n \n {{ i }}\n \n {{ $i18n('items per page') }}\n \n\n...\n\nEasy, right?\n"},"DIY.html":{"url":"DIY.html","title":"DIY","keywords":"","body":"§ DIY\n\nThanks to vue-cli's build, we could get rid of the verbose configuration of Webpack\n\n>_ git clone https://github.com/OneWayTech/vue2-datatable.git\n>_ cd vue2-datatable\n>_ npm i\n>_ npm start\nFrom now on, you can customize lib/ by the live examples/If there are some features you consider necessary, your issues / PRs are always welcome!\n"}}}
\ No newline at end of file
diff --git a/docs/_book/en/tricks.html b/docs/_book/en/tricks.html
index 6731e66..8ccf024 100644
--- a/docs/_book/en/tricks.html
+++ b/docs/_book/en/tricks.html
@@ -453,7 +453,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Tricks","level":"1.3","depth":1,"next":{"title":"Getting started","level":"1.4","depth":1,"path":"getting-started.md","ref":"getting-started.md","articles":[]},"previous":{"title":"Preface","level":"1.2","depth":1,"path":"preface.md","ref":"preface.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"tricks.md","mtime":"2017-06-08T02:13:29.100Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":".","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Tricks","level":"1.3","depth":1,"next":{"title":"Getting started","level":"1.4","depth":1,"path":"getting-started.md","ref":"getting-started.md","articles":[]},"previous":{"title":"Preface","level":"1.2","depth":1,"path":"preface.md","ref":"preface.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"en","gitbook":"*"},"file":{"path":"tricks.md","mtime":"2017-06-08T02:13:29.100Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":".","book":{"language":"en"}});
});
diff --git a/docs/_book/search_index.json b/docs/_book/search_index.json
index 895db1d..905dec4 100644
--- a/docs/_book/search_index.json
+++ b/docs/_book/search_index.json
@@ -1 +1 @@
-{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","(click","(issues)","(releases)",":column",":data",":queri",":select",":xprop","catalog","changelog","compon","datat","detail","diy","dynam","get","i18n","me)","prefac","prop","q","start","trick","§"],"preface.html":[")","+","/","1.x.(in","2.x.but","3.x","4.x(avail","accord","awesom","below:","bootstrap","build","busi","comprehend","datat","datatables,","dedic","degrad","depend","design","document","font","globally)","is,","key","let","libraries.","lodash.orderbi","meaningless)","meet","migrat","need","none","open","p.s.","plenti","popular","prefac","premise,","project","ref","replac","requirements.(if","shown","sourc","source.und","suitabl","support","time,","vue","yourself.","§"],"tricks.html":["$vm","$vm._uida","((col.weight","()","(...)","({","/","//","0","0),","1,","2,","3,","4","=","=>","a:","accord","assum","attach","awar","b:","befor","before,","below:","better","bind","boolean","c:","code","col","col))","col.weight","cols.map(col","comma","compon","component,to","components.","comprehens","console.log(this)","d:","data:","default","defin","devtool","do.","docs:","don't","dynam","e.g.","earth","elegant.","equal","exactli","export","follow","gener","get","global","grasp","helloworld","help","homework","id","instanc","it'","jsx","latter","lib/headersettings/columngroup.vu","look","made","mani","mean","more","need","offici","on","oper","ourselves.","pass?","pattern","print","prop","props:","proptype:","return","see","seem","settimeout(()","shorten","simplest","simplifi","sourc","spread","started,","take","templat","test:","trick","uniqu","us","usag","v","vue","vuejs/vue#4962","way","what'","within","you'd","{","{})","||","}","})","§","⊙"],"getting-started.html":["'../_mockdata'","'age',","'country'","'country',","'email'","'email',","'name'","'uid',","'user","'username',","'vue'","'vue2","()","(query)","(sourc","({",",","//","0,","=","=>",">_","[","[],","],","basic","columns:","compon","component'","data:","datat","deep:","default","demo","exampl","examples#basic)","examples/src/basic/index.vu","export","field:","get","handler","id',","import","let'","mockdata","mockdata(query).then(({","npm","ok","queri","query:","roll","row","rows,","s","sort:","start","this.data","this.tot","title:","total","total:","true","up","vue","vue.use(datatable)","vue2","watch:","{","{{","{}","}","})","}),","},","}}","§"],"detailed/":["(click","(sourc","advanc","befor","below:","better","columngroup.vu","content.","datat","demo","detail","exampl","examples#advanced)","examples/src/advanced/index.vue,","headersettings/","headsort.vu","index.vu","let'","lib/","limitselect.vu","look","me)","multiselect.vu","pagination.vu","shown","sourc","structur","tree","understand","§","│","└─","├─"],"detailed/datatable-props.html":["'accordion'","(accordion","(lib/index.vue).bi","(rows)","(sourc",".tabl","/","abov","add","advanc","array","backup","base","below:","boolean","border","column","compon","components(thcomp","component)","contain","content,","cover","current","data","datat","default","defin","demo","desc","dynam","emphas","exampl","examples#advanced)almost","examples/src/advanced/index.vue,","extra","fals","follow","headerset","highli","imitate.","mode","multi","n","nest","number","object","option","page","pagin","pass","prop","queri","recommend","record","relat","render","requir","row","select","sourc","string","studi","summari","support","supported)","tabl","tdcomp","total","true","type","usages,","valu","way,","xprop","y","§"],"detailed/props-columns.html":["'age',","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'lang',","'language',","'name'","'name',","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'sortable',","'text","'true'","'true',","'uid',","'user","'username',","'w","(computed.columns$","(if","(radio)',","(titl","/","//","0","1","240',",":column","[","[{","]","`radio`","`type`","`visible:","accord","advanc","allow","alway","attr","attribut","basic","below","boolean","classnam","colclass","colclass:","color',","colstyl","column","columns:","columns[i]:","compar","compon","convert","default","definit","desc","display","don't","dynam","examples#advanc","examples#bas","examples:","explain","explain:","fals","false,","false`,","field","field:","fontstyle:","fontweight:","forget","groupname:","headerset","id',","info',","inlin","label","label:","language',","let'","lib/index.vue),","n","name","number","object","option","place","rank","requir","row","set","set)","shorthand","sort","sort:","sortabl","sourc","standard","string","string,","style","success'","take","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","thclass","thclass:","thcomp","thcomp:","thstyle","thstyle:","time',","titl","title:","toggle)","true","true,","type","type:","valu","version","visibl","visible:","weight","weight:","{","}","},","}]"],"detailed/props-data.html":["!this.vis","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","''","'',","'__nested__',","'boolean':","'string':","(!item.__nested__)","()","(arguments.length)","(comp,","(computed.data$","(row)","(rows)","(this.supportnested)","(typeof","/","0:","1:","2:",":data","=","=>","__nested__","__nested__,","above,","accord","advanc","api","attr","attribut","attributes:","boolean","break","call","case","comp","comp)","comp:","compon","components.(of","components:","compromise.","const","control","conveni","cource,","current","data","data$","data.","data.foreach(item","datat","deep","default","desc","direct","do","dynam","each","enumerable:","example,","fals","false,","full","function","highli","imitate.","includ","invok","it'","it.","item","lib/index.vue)","made","magic","more","name","necessari","nest","nested,","normally,","object.defineproperty(item,","opt","option","pass","perform","popular","prefer","props.nested.$toggl","props.row.__nested__.$toggle,","recommend","relat","return","rows.however,","same","see","semant","simple.but","sourc","source,","string","studi","support","switch","talk","tdcomp","these,","thing)","this.$set(item,","this.comp","this.vis","three","true","type","unenumer","us","usag","valu","visibl","visible)","visible:","way,","works:","{","}","})"],"detailed/props-query.html":["$route.queri","$vm.$set","'$route.query'","''","'')","'',","'../../../'","'../_mockdata'","'age',","'berkeley'","'country'","'country',","'email'","'email',","'ken'","'keyword',","'name'","'uid',","'user","'username',","()","(but","(e.g.","(pay","(query)","(recommended)","(sourc","(such","...queri","/","//","0,","1,","10,","2","2,",":queri","=","=>","[","[],","[{","],","abov","above,","accord","advanc","ajax","array","attent","basic","both","case","chang","columns:","common","complex","components:","comput","condit","const","creat","data","data:","datat","deep:","default","doesn't","don't","either:","empti","encodeuricompon","escap","exampl","example,","example.they","examples/src/advanced/comps/th","export","extend","extra","field:","filter.vue)","forget","full","gener","get,","handler","here","hook","id',","id:","immediate:","immediately.that'","import","init","initi","it'","keep","key,","keyword),","keyword:","let'","lib/index.vue):","limit:","listen","make","manual","meet","method","methods.search","mockdata","mockdata(query).then(({","name:","need","need:","nest","normally,","object","object.keys(q).foreach(key","offset:","or:","order:","page","pass","path:","production)","properti","property,","purpose:","q","q[key]))","queri","query:","question:","reactive!(method","reload","reload.th","required)","requirement:","return","row","rows,","same","secur","see","should:","solut","sort:","speaking,","sync","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(query,","this.$set(this.query,","this.data","this.tot","tips:","title:","total","total:","true","true?answer:","two","unnecessari","url","url)","url.","us","valu","veri","vue.set","watch","watch:","{","{}.if","}","})","},","}])","⊙"],"detailed/props-selection.html":["()","//",":select","=","=>","[","[...this.data])","[].if","]","adapt:","advanc","all.thi","array","attention:","clear","data.","default,","deselect","empti","exampl","example,","first","handlequerychang","lead","methods:","mockdata(this.query).then(({","need","normally,","pass","pm","problem.let'","programmat","refer","row","rows,","same.","select","selected,","selection.","simple!","summari","take","this.$nexttick(()","this.data","this.data[0]","this.select","this.summari","this.tot","total","total,","way:","whole","{","}","})"],"detailed/props-xprops.html":["'../../../'","'../_mockdata'","'vue'","()","(of","({","*/],","*/})",".$on('',",".$on('reload',","/","//","0,",":xprop","=","=>","[/*","[],","advanc","basic","busi","care","changeful,","clean,","columns:","come","common","compon","components.but","components:","container.","creat","current","data:","datat","deep:","default","dynam","effort.","event","eventbu","eventbus:","evolv","exampl","example:","export","extend","extra","handler","here","implement","import","instanc","instance.therefore,","into:","keep","less","let'","loaddata","mani","mean","methods:","mockdata","mockdata(this.query).then(({","names).","namespac","need","nest","new","omit","pass","props.","props.a","query:","recurs","requir","result,","row","rows,","sake","someth","sourc","tdcomp","templat","thank","thcomp","this.data","this.loaddata()","this.loaddata)","this.tot","this.xprops.eventbu","total","total:","tri","trick","trick,","true","unlimit","us","vue","vue()","watch:","xprop","xprops,","xprops:","{","{/*","{},","}","})","}),","},","⊙"],"detailed/dynamic-comps.html":["(spread)","...$prop","/","advanc","cases,","code","column","compon","components(thcomp","component(refer","component)","comps/","control","cover","current","datat","defin","desc","display","dynam","exampl","excerpt","field","follow","highli","imitate.","lib/index.vu","name","nest","object","prop","recommend","relat","row","row.__nested__)","sourc","string","studi","tdcomp","thcomp","titl","type","undefin","us","valu","§","⊙"],"i18n.html":["$i18n('item","$i18n('show')","',':","'./lib/index.vue'","'appli","'apply':","'clear","'item","'no","'show':","'summary':","'total':","'use","'vue'","'vue2","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(vue,","*/","...","/*","//","=","=>","backup","cn'","cn.js:","component'","component/locales/zh","const","content","data':","datat","datatable)","default","easy,","exampl","export","headersettings/index.vu","i18n","import","index.js:","index.vu","instal","it'","let'","lib/limitselect.vue:","limitselect.vu","local","local':","locale[srctxt]","locales/zh","look","magic","object!","ok","option","page')","page':","per","restore':","right?","set","settings':","simpl","simplest","solut","srctxt","take","vue","vue.component('datatable',","vue.prototype.$i18n","vue.use(datatable,","wow,","{","{{","{}","{})","||","}","})","}}","§","⊙"],"DIY.html":["/",">_","alway","build,","cd","cli'","clone","configur","consid","custom","datat","datatable.git","diy","examples/if","featur","git","https://github.com/onewaytech/vue2","issu","lib/","live","necessary,","now","npm","on,","pr","rid","start","thank","verbos","vue","vue2","webpack","welcome!","§"]},"length":14},"tokenStore":{"root":{"0":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},")":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"1":{"0":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"2":{"4":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}},"docs":{}},"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"x":{"docs":{},"若":{"docs":{},"要":{"docs":{},"运":{"docs":{},"用":{"docs":{},"在":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"3":{"docs":{},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"4":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"x":{"docs":{},"(":{"docs":{},"全":{"docs":{},"局":{"docs":{},"引":{"docs":{},"入":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"docs":{},"(":{"docs":{},"d":{"docs":{},"i":{"docs":{},"y":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}},"a":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"!":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}},"f":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"b":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"f":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":10.002906976744185}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":10.00502512562814}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":10.003378378378379}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":10.013513513513514}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":10.00632911392405}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.01507537688442211},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.006711409395973},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0379746835443038},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.3809523809523805}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"c":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}},"m":{"docs":{},"o":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"o":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"DIY.html":{"ref":"DIY.html","tf":10.026315789473685}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901}}}}}}},"§":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"前":{"docs":{},"言":{"docs":{"./":{"ref":"./","tf":0.05},"preface.html":{"ref":"preface.html","tf":10.025641025641026}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":10}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}},"国":{"docs":{},"际":{"docs":{},"化":{"docs":{"./":{"ref":"./","tf":0.05},"i18n.html":{"ref":"i18n.html","tf":10.007751937984496}}}}},"开":{"docs":{},"始":{"docs":{"./":{"ref":"./","tf":0.05},"getting-started.html":{"ref":"getting-started.html","tf":10.00925925925926}}}},"总":{"docs":{},"览":{"docs":{"./":{"ref":"./","tf":10.1}}}},"技":{"docs":{},"巧":{"docs":{"./":{"ref":"./","tf":0.05},"tricks.html":{"ref":"tricks.html","tf":10.010752688172044}}}},"版":{"docs":{},"本":{"docs":{},"迭":{"docs":{},"代":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"制":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}},"行":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"详":{"docs":{},"解":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"(":{"docs":{},"点":{"docs":{},"我":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/":{"ref":"detailed/","tf":10}}}}}}},"情":{"docs":{},"请":{"docs":{},"参":{"docs":{},"考":{"docs":{},"文":{"docs":{},"档":{"docs":{},":":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"项":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}},"+":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"/":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.06040268456375839},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.020348837209302327},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.020100502512562814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.06930693069306931},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"/":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"*":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}}},"a":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"a":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"p":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03355704697986577},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}}}}}},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"e":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125},"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0436046511627907},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}}}}},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"e":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.053691275167785234},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.01507537688442211}},"e":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"`":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},")":{"docs":{},",":{"docs":{},"则":{"docs":{},"以":{"docs":{},"下":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"二":{"docs":{},"选":{"docs":{},"一":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},")":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"o":{"docs":{},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"e":{"docs":{},"[":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"e":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"您":{"docs":{},"觉":{"docs":{},"得":{"docs":{},"某":{"docs":{},"些":{"docs":{},"功":{"docs":{},"能":{"docs":{},"很":{"docs":{},"必":{"docs":{},"须":{"docs":{},",":{"docs":{},"随":{"docs":{},"时":{"docs":{},"欢":{"docs":{},"迎":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"v":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"a":{"docs":{},"d":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"(":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}},"d":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"n":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"e":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.04918032786885246}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"!":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.05405405405405406},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"s":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"v":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"j":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"#":{"4":{"9":{"6":{"2":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.020100502512562814}},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01744186046511628},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186}}}}}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"仅":{"docs":{},"支":{"docs":{},"持":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}},"以":{"docs":{},"及":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"下":{"docs":{},"代":{"docs":{},"码":{"docs":{},"均":{"docs":{},"由":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}},"中":{"docs":{},"文":{"docs":{},"为":{"docs":{},"例":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}},"任":{"docs":{},"何":{"docs":{},"开":{"docs":{},"源":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"本":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},"技":{"docs":{},"巧":{"docs":{},"参":{"docs":{},"考":{"docs":{},"自":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"身":{"docs":{},"该":{"docs":{},"项":{"docs":{},"是":{"docs":{},"没":{"docs":{},"啥":{"docs":{},"好":{"docs":{},"讲":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"案":{"docs":{},"(":{"docs":{},"见":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}},"注":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}},"的":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"DIY.html":{"ref":"DIY.html","tf":0.03125}},"依":{"docs":{},"赖":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"可":{"docs":{},"替":{"docs":{},"换":{"docs":{},"性":{"docs":{},"极":{"docs":{},"强":{"docs":{},",":{"docs":{},"您":{"docs":{},"完":{"docs":{},"全":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"他":{"docs":{},"库":{"docs":{},"替":{"docs":{},"代":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"就":{"docs":{},"是":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"类":{"docs":{},"名":{"docs":{},"即":{"docs":{},"可":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"官":{"docs":{},"方":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"简":{"docs":{},"写":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"构":{"docs":{},"造":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"内":{"docs":{},"联":{"docs":{},"样":{"docs":{},"式":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00911854103343465}}}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0060790273556231}}}}}}},"标":{"docs":{},"准":{"docs":{},"形":{"docs":{},"式":{"docs":{},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}},"类":{"docs":{},"名":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00911854103343465}}}},"这":{"docs":{},"种":{"docs":{},"简":{"docs":{},"写":{"docs":{},"最":{"docs":{},"终":{"docs":{},"都":{"docs":{},"会":{"docs":{},"被":{"docs":{},"转":{"docs":{},"为":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}},"用":{"docs":{},"法":{"docs":{},"相":{"docs":{},"当":{"docs":{},"详":{"docs":{},"尽":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}},"变":{"docs":{},"化":{"docs":{},"来":{"docs":{},"重":{"docs":{},"新":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"引":{"docs":{},"用":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}},"都":{"docs":{},"未":{"docs":{},"必":{"docs":{},"能":{"docs":{},"满":{"docs":{},"足":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"(":{"docs":{},"否":{"docs":{},"则":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"这":{"docs":{},"个":{"docs":{},"项":{"docs":{},"目":{"docs":{},"了":{"docs":{},")":{"docs":{},"本":{"docs":{},"文":{"docs":{},"档":{"docs":{},"致":{"docs":{},"力":{"docs":{},"于":{"docs":{},"让":{"docs":{},"您":{"docs":{},"在":{"docs":{},"理":{"docs":{},"解":{"docs":{},"组":{"docs":{},"件":{"docs":{},"设":{"docs":{},"计":{"docs":{},"以":{"docs":{},"及":{"docs":{},"源":{"docs":{},"码":{"docs":{},"的":{"docs":{},"基":{"docs":{},"础":{"docs":{},"上":{"docs":{},",":{"docs":{},"可":{"docs":{},"自":{"docs":{},"行":{"docs":{},"定":{"docs":{},"制":{"docs":{},"出":{"docs":{},"最":{"docs":{},"适":{"docs":{},"合":{"docs":{},"您":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"称":{"docs":{},"呼":{"docs":{},",":{"docs":{},"我":{"docs":{},"也":{"docs":{},"不":{"docs":{},"能":{"docs":{},"免":{"docs":{},"俗":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"现":{"docs":{},"而":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"又":{"docs":{},"是":{"docs":{},"不":{"docs":{},"固":{"docs":{},"定":{"docs":{},"的":{"docs":{},",":{"docs":{},"很":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"很":{"docs":{},"多":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"会":{"docs":{},"被":{"docs":{},"清":{"docs":{},"空":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"降":{"docs":{},"级":{"docs":{},"使":{"docs":{},"用":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"也":{"docs":{},"只":{"docs":{},"是":{"docs":{},"替":{"docs":{},"换":{"docs":{},"掉":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}},"$":{"docs":{},"v":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"_":{"docs":{},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"就":{"docs":{},"是":{"docs":{},"利":{"docs":{},"用":{"docs":{},"了":{"docs":{},"该":{"docs":{},"为":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"docs":{}},"docs":{}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"=":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.035175879396984924},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.08108108108108109},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},">":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"c":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},")":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612}}}}}}}}},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"s":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352}},"o":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901},"./":{"ref":"./","tf":0.038461538461538464},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},")":{"docs":{},"。":{"docs":{},"若":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},",":{"docs":{},"靠":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"做":{"docs":{},"文":{"docs":{},"章":{"docs":{},"直":{"docs":{},"接":{"docs":{},"把":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"(":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},",":{"docs":{},"t":{"docs":{},"o":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"s":{"docs":{},"/":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"r":{"docs":{},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}},"a":{"docs":{},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"m":{"docs":{},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"i":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},".":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"n":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},",":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":10.076923076923077}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"n":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"j":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"s":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"l":{"docs":{},"i":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"'":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},"n":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"#":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"i":{"docs":{},"c":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}}}}}}}}},"/":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}},"e":{"docs":{},",":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"t":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"话":{"docs":{},"就":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"区":{"docs":{},"分":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"了":{"docs":{},"我":{"docs":{},"们":{"docs":{},"拿":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"s":{"docs":{},"y":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"m":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"f":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}},"o":{"docs":{},"k":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"l":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":10.01526717557252},"./":{"ref":"./","tf":0.038461538461538464}}}},"docs":{}},"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}},",":{"docs":{},"避":{"docs":{},"免":{"docs":{},"了":{"docs":{},"自":{"docs":{},"行":{"docs":{},"实":{"docs":{},"现":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"j":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"t":{"docs":{},"o":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"j":{"docs":{},"s":{"docs":{},"x":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"k":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.026845637583892617},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"q":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},"!":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.026845637583893}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"污":{"docs":{},"染":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":10.01639344262295}}}},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"a":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"s":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"?":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},".":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"o":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"m":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},"(":{"docs":{},"若":{"docs":{},"为":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"类":{"docs":{},"型":{"docs":{},"则":{"docs":{},"禁":{"docs":{},"止":{"docs":{},"设":{"docs":{},"置":{"docs":{},"该":{"docs":{},"列":{"docs":{},"显":{"docs":{},"隐":{"docs":{},"状":{"docs":{},"态":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"./":{"ref":"./","tf":0.038461538461538464},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.026845637583892617},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"[":{"0":{"docs":{},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"docs":{}},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"引":{"docs":{},"用":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"任":{"docs":{},"意":{"docs":{},"点":{"docs":{},"击":{"docs":{},"取":{"docs":{},"消":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.020100502512562814}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01744186046511628}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"e":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.046511627906976744},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"p":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.04697986577181208},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.02027027027027027},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}},"(":{"docs":{},"但":{"docs":{},"需":{"docs":{},"要":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"当":{"docs":{},"然":{"docs":{},"加":{"docs":{},"了":{"docs":{},"也":{"docs":{},"无":{"docs":{},"妨":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"?":{"docs":{},"解":{"docs":{},"答":{"docs":{},":":{"docs":{},"一":{"docs":{},"般":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{},"的":{"docs":{},"只":{"docs":{},"有":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}},"?":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"i":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":10.006802721088436},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"e":{"docs":{},"e":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308}}}},"k":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"l":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014534883720930232}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"w":{"docs":{},"o":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.08695652173913043},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.05813953488372093},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.05025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.06418918918918919},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.06329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"|":{"docs":{},"|":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"}":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.034782608695652174},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01744186046511628},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.035175879396984924},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.01507537688442211},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.040697674418604654},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.02531645569620253}}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"(":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"⊙":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.034013605442176874},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"中":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}},"的":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.008888888888888889}},"可":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{},"(":{"docs":{},"若":{"docs":{},"无":{"docs":{},"则":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"很":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"演":{"docs":{},"变":{"docs":{},"成":{"docs":{},"这":{"docs":{},"样":{"docs":{},"子":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"截":{"docs":{},"取":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"了":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"用":{"docs":{},"法":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"先":{"docs":{},"前":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}},"利":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"把":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"缩":{"docs":{},"写":{"docs":{},"为":{"docs":{},"一":{"docs":{},"行":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},"开":{"docs":{},"始":{"docs":{},"前":{"docs":{},",":{"docs":{},"最":{"docs":{},"好":{"docs":{},"先":{"docs":{},"来":{"docs":{},"做":{"docs":{},"一":{"docs":{},"下":{"docs":{},"预":{"docs":{},"备":{"docs":{},"功":{"docs":{},"课":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"于":{"docs":{},"您":{"docs":{},"的":{"docs":{},"理":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"讲":{"docs":{},"解":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},"前":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"来":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"下":{"docs":{},"本":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"就":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"此":{"docs":{},"提":{"docs":{},"一":{"docs":{},"个":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"需":{"docs":{},"求":{"docs":{},":":{"docs":{},"实":{"docs":{},"现":{"docs":{},"刷":{"docs":{},"新":{"docs":{},"后":{"docs":{},"保":{"docs":{},"持":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"是":{"docs":{},"同":{"docs":{},"步":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"明":{"docs":{},"确":{"docs":{},"指":{"docs":{},"出":{"docs":{},",":{"docs":{},"全":{"docs":{},"选":{"docs":{},"不":{"docs":{},"能":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"类":{"docs":{},"似":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"际":{"docs":{},"上":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}},"该":{"docs":{},"项":{"docs":{},"应":{"docs":{},"该":{"docs":{},"叫":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}},"例":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"巧":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}},"或":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"打":{"docs":{},"印":{"docs":{},"出":{"docs":{},"当":{"docs":{},"前":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"了":{"docs":{},"解":{"docs":{},"实":{"docs":{},"例":{"docs":{},"属":{"docs":{},"性":{"docs":{},"有":{"docs":{},"哪":{"docs":{},"些":{"docs":{},",":{"docs":{},"分":{"docs":{},"别":{"docs":{},"作":{"docs":{},"何":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"实":{"docs":{},"例":{"docs":{},"所":{"docs":{},"包":{"docs":{},"含":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}},"若":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}},"这":{"docs":{},"种":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"去":{"docs":{},"生":{"docs":{},"成":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}},"仅":{"docs":{},"仅":{"docs":{},"就":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"普":{"docs":{},"通":{"docs":{},"对":{"docs":{},"象":{"docs":{},"而":{"docs":{},"已":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"下":{"docs":{},"面":{"docs":{},"两":{"docs":{},"种":{"docs":{},"写":{"docs":{},"法":{"docs":{},"是":{"docs":{},"等":{"docs":{},"价":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"显":{"docs":{},"然":{"docs":{},"后":{"docs":{},"者":{"docs":{},"更":{"docs":{},"优":{"docs":{},"雅":{"docs":{},"简":{"docs":{},"洁":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},"/":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"t":{"docs":{},"d":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"h":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"o":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"e":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}},"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"v":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"t":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}},"p":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}},"'":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},",":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"共":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"应":{"docs":{},"用":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"并":{"docs":{},"保":{"docs":{},"存":{"docs":{},"设":{"docs":{},"置":{"docs":{},"到":{"docs":{},"本":{"docs":{},"地":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}},"无":{"docs":{},"数":{"docs":{},"据":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"每":{"docs":{},"页":{"docs":{},"展":{"docs":{},"示":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"汇":{"docs":{},"总":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"清":{"docs":{},"空":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"并":{"docs":{},"恢":{"docs":{},"复":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},"项":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},">":{"docs":{},"_":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.10526315789473684}}}},"[":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"{":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011627906976744186},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.053691275167785234},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0436046511627907}},"p":{"docs":{},"m":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.05263157894736842}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.02512562814070352},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}},"w":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"e":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},"y":{"docs":{},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"w":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"q":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"./":{"ref":"./","tf":0.038461538461538464}},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.020134228187919462},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0472972972972973}}},"y":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519}}},"(":{"docs":{},"在":{"docs":{},"业":{"docs":{},"务":{"docs":{},"中":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},"安":{"docs":{},"全":{"docs":{},"性":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"[":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"y":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005813953488372093}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}},"w":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"效":{"docs":{},"果":{"docs":{},"见":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}},"标":{"docs":{},"注":{"docs":{},"出":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"基":{"docs":{},"本":{"docs":{},"构":{"docs":{},"成":{"docs":{},"组":{"docs":{},"件":{"docs":{},"如":{"docs":{},"下":{"docs":{},"图":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}},"我":{"docs":{},"们":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}}}},"来":{"docs":{},"对":{"docs":{},"比":{"docs":{},"一":{"docs":{},"下":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"看":{"docs":{},"看":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"#":{"docs":{"detailed/":{"ref":"detailed/","tf":0.16326530612244897}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}}}},"│":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}},"└":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}},"├":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.14285714285714285}}}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"页":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}},"名":{"docs":{},"权":{"docs":{},"重":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"每":{"docs":{},"页":{"docs":{},"显":{"docs":{},"示":{"docs":{},"记":{"docs":{},"录":{"docs":{},"数":{"docs":{},"下":{"docs":{},"拉":{"docs":{},"选":{"docs":{},"择":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"目":{"docs":{},"录":{"docs":{},"树":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}},"见":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"行":{"docs":{},"首":{"docs":{},"多":{"docs":{},"选":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"栏":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}},".":{"docs":{},".":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"$":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}}},"$":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.013422818791946308},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"承":{"docs":{},"载":{"docs":{},"这":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"元":{"docs":{},"素":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}},"几":{"docs":{},"乎":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}}}}}}}}}},"列":{"docs":{},"定":{"docs":{},"义":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"则":{"docs":{},"采":{"docs":{},"用":{"docs":{},"手":{"docs":{},"风":{"docs":{},"琴":{"docs":{},"策":{"docs":{},"略":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}}},"参":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"可":{"docs":{},"选":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}},"项":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"以":{"docs":{},"实":{"docs":{},"现":{"docs":{},"无":{"docs":{},"限":{"docs":{},"递":{"docs":{},"归":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},",":{"docs":{},"就":{"docs":{},"是":{"docs":{},"通":{"docs":{},"过":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"避":{"docs":{},"免":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"的":{"docs":{},"麻":{"docs":{},"烦":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"否":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.06956521739130435},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.04559270516717325}}},"多":{"docs":{},"项":{"docs":{},"选":{"docs":{},"择":{"docs":{},"的":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"亏":{"docs":{},"有":{"docs":{},"了":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}},"当":{"docs":{},"页":{"docs":{},"记":{"docs":{},"录":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"前":{"docs":{},"行":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}},"往":{"docs":{},"下":{"docs":{},"着":{"docs":{},"重":{"docs":{},"讲":{"docs":{},"解":{"docs":{},":":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}},"是":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.034782608695652174}},"否":{"docs":{},"必":{"docs":{},"须":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}},"支":{"docs":{},"持":{"docs":{},"保":{"docs":{},"存":{"docs":{},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"显":{"docs":{},"示":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}},"分":{"docs":{},"页":{"docs":{},"相":{"docs":{},"关":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}},"该":{"docs":{},"列":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"添":{"docs":{},"加":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"如":{"docs":{},"何":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"查":{"docs":{},"询":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},"汇":{"docs":{},"总":{"docs":{},"行":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}},"类":{"docs":{},"到":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}},"型":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},",":{"docs":{},"但":{"docs":{},"它":{"docs":{},"本":{"docs":{},"身":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"录":{"docs":{},"总":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}},"说":{"docs":{},"明":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"文":{"docs":{},"字":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"额":{"docs":{},"外":{"docs":{},"传":{"docs":{},"给":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"承":{"docs":{},"载":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}},"`":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029069767441860465}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00872093023255814}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"下":{"docs":{},"面":{"docs":{},"列":{"docs":{},"出":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"与":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"同":{"docs":{},"时":{"docs":{},"用":{"docs":{},"于":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0060790273556231}}}}},"步":{"docs":{},"本":{"docs":{},"地":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"字":{"docs":{},"段":{"docs":{},"名":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}},"标":{"docs":{},"准":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"用":{"docs":{},"于":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0182370820668693}},"传":{"docs":{},"递":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}}}},"高":{"docs":{},"级":{"docs":{},"列":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.00303951367781155}}}},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"的":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}},"!":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.010050251256281407}}}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},",":{"docs":{},"包":{"docs":{},"含":{"docs":{},"以":{"docs":{},"下":{"docs":{},"三":{"docs":{},"个":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}}}}}}},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"是":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"东":{"docs":{},"西":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}}},"传":{"docs":{},"入":{"docs":{},"到":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"作":{"docs":{},"为":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"便":{"docs":{},"捷":{"docs":{},"操":{"docs":{},"作":{"docs":{},"函":{"docs":{},"数":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}},"的":{"docs":{},"各":{"docs":{},"个":{"docs":{},"元":{"docs":{},"素":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}},"部":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}},"才":{"docs":{},"合":{"docs":{},"理":{"docs":{},",":{"docs":{},"但":{"docs":{},"主":{"docs":{},"流":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}},"搬":{"docs":{},"出":{"docs":{},"来":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}},"支":{"docs":{},"持":{"docs":{},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}},"由":{"docs":{},"上":{"docs":{},"可":{"docs":{},"知":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"在":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"部":{"docs":{},",":{"docs":{},"即":{"docs":{},"可":{"docs":{},"通":{"docs":{},"过":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}}}}}}}},"您":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}},"于":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}},"设":{"docs":{},"置":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"不":{"docs":{},"可":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0064516129032258064}}}}}}}}}}},":":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}},"稍":{"docs":{},"微":{"docs":{},"把":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"了":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"a":{"docs":{},"g":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.005025125628140704}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006711409395973154}}}}}}}},"p":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"一":{"docs":{},"般":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"您":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"空":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"数":{"docs":{},"组":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"述":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"均":{"docs":{},"在":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},"有":{"docs":{},"所":{"docs":{},"体":{"docs":{},"现":{"docs":{},",":{"docs":{},"最":{"docs":{},"终":{"docs":{},"目":{"docs":{},"的":{"docs":{},"都":{"docs":{},"是":{"docs":{},"让":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"查":{"docs":{},"询":{"docs":{},"属":{"docs":{},"性":{"docs":{},"变":{"docs":{},"成":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"(":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"会":{"docs":{},"立":{"docs":{},"即":{"docs":{},"发":{"docs":{},"生":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"故":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{},"若":{"docs":{},"还":{"docs":{},"有":{"docs":{},"其":{"docs":{},"他":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},"若":{"docs":{},"有":{"docs":{},"行":{"docs":{},"被":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}},"时":{"docs":{},"无":{"docs":{},"需":{"docs":{},"加":{"docs":{},"上":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"温":{"docs":{},"馨":{"docs":{},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"若":{"docs":{},"采":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},"疑":{"docs":{},"惑":{"docs":{},":":{"docs":{},"什":{"docs":{},"么":{"docs":{},"时":{"docs":{},"候":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"种":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"虽":{"docs":{},"是":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"看":{"docs":{},"看":{"docs":{},"本":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"请":{"docs":{},"求":{"docs":{},",":{"docs":{},"赋":{"docs":{},"值":{"docs":{},"较":{"docs":{},"为":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"一":{"docs":{},"个":{"docs":{},"网":{"docs":{},"址":{"docs":{},")":{"docs":{},"时":{"docs":{},"最":{"docs":{},"好":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"通":{"docs":{},"过":{"docs":{},"监":{"docs":{},"听":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"监":{"docs":{},"听":{"docs":{},"深":{"docs":{},"层":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"非":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"假":{"docs":{},"如":{"docs":{},"产":{"docs":{},"品":{"docs":{},"经":{"docs":{},"理":{"docs":{},"要":{"docs":{},"求":{"docs":{},"默":{"docs":{},"认":{"docs":{},"就":{"docs":{},"要":{"docs":{},"全":{"docs":{},"部":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},"。":{"docs":{},"就":{"docs":{},"拿":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"会":{"docs":{},"进":{"docs":{},"入":{"docs":{},"到":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}},"就":{"docs":{},"是":{"docs":{},"这":{"docs":{},"么":{"docs":{},"简":{"docs":{},"单":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}},"编":{"docs":{},"程":{"docs":{},"式":{"docs":{},"勾":{"docs":{},"选":{"docs":{},"第":{"docs":{},"一":{"docs":{},"条":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}},"]":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"}":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"再":{"docs":{},"三":{"docs":{},"斟":{"docs":{},"酌":{"docs":{},"下":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"引":{"docs":{},"入":{"docs":{},"了":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"妙":{"docs":{},"用":{"docs":{},"是":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"仅":{"docs":{},"限":{"docs":{},"于":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}},"顾":{"docs":{},"名":{"docs":{},"思":{"docs":{},"义":{"docs":{},",":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},"值":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}},"嵌":{"docs":{},"套":{"docs":{},"组":{"docs":{},"件":{"docs":{},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"运":{"docs":{},"用":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"什":{"docs":{},"么":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}},"原":{"docs":{},"理":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"很":{"docs":{},"简":{"docs":{},"单":{"docs":{},"吧":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},"(":{"docs":{},"以":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"繁":{"docs":{},"琐":{"docs":{},"的":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}},"来":{"docs":{},"定":{"docs":{},"制":{"docs":{},"源":{"docs":{},"码":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.026845637583892617}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"'":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"length":2150},"corpusTokens":["!this.vis","#","#advanc","#basic","$data.query)","$i18n('item","$i18n('show')","$route.queri","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","$vm","$vm.$set","$vm._uida","$vm._uid实际上就是利用了该为全局唯一的组件","&","'$route.query'","''","'')","'',","',':","'../../../'","'../_mockdata'","'./lib/index.vue'","'__nested__',","'accordion'","'age',","'appli","'apply':","'berkeley'","'boolean':","'clear","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'item","'ken'","'keyword',","'lang',","'language',","'name'","'name',","'no","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'show':","'sortable',","'string':","'summary':","'text","'total':","'true'","'true',","'uid',","'use","'user","'username',","'vue'","'vue2","'w","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(!item.__nested__)","((col.weight","()","(...)","(accordion","(arguments.length)","(but","(click","(comp,","(computed.columns$","(computed.data$","(demo","(diy)","(e.g.","(if","(issues)","(lib/index.vue).bi","(nest","(of","(pay","(props)","(query)","(radio)',","(recommended)","(releases)","(row)","(rows)","(sourc","(spread)","(such","(summari","(this.supportnested)","(titl","(typeof","(vue,","({",")","*/","*/],","*/})","+",",",".$on('',",".$on('reload',","...","...$prop","...queri",".tabl","/","/*","//","0","0),","0,","0:","1","1,","1.x","1.x.(in","10,","1:","2","2,","2.x.but","2.x若要运用在","240',","2:","3,","3.x","4","4.x(avail","4.x(全局引入)",":column",":data",":queri",":select",":xprop","=","=>",">_","[","[...this.data])","[/*","[]","[],","[].if","[{","]","],","__nested__","__nested__,","__nested__,包含以下三个属性:","`radio`","`type`","`visible:","a:","abov","above,","accord","adapt:","add","advanc","ajax","all.thi","allow","alway","api","array","assum","attach","attent","attention:","attr","attribut","attributes:","awar","awesom","b:","backup","base","basic","befor","before,","below","below:","better","bind","boolean","bootstrap","border","both","break","build","build,","busi","c:","call","care","case","cases,","catalog","cd","chang","changeful,","changelog","classnam","clean,","clear","cli","cli'","clone","cn'","cn.j","cn.js:","code","col","col))","col.weight","colclass","colclass:","color',","cols.map(col","colstyl","column","columngroup.vu","columns:","columns[i]","columns[i]:","come","comma","common","comp","comp)","comp:","compar","complex","compon","component'","component)。若传入","component),靠的就是在这里做文章直接把源码","component,to","component/locales/zh","components.","components.(of","components.but","components:","components(thcomp","component(refer","component)","comprehend","comprehens","compromise.","comps/","comput","computed.columns$)","computed.data$","condit","configur","consid","console.log(this)","const","contain","container.","content","content,","content.","control","conveni","convert","cource,","cover","creat","current","custom","d:","data","data$","data':","data.","data.foreach(item","data:","datat","datatable)","datatable.git","datatables,","dedic","deep","deep:","default","default,","defin","definit","degrad","demo","depend","desc","deselect","design","detail","devtool","direct","display","diy","do","do.","docs:","document","doesn't","don't","dynam","e.g.","each","earth","easy,","effort.","either:","elegant.","emphas","empti","encodeuricompon","enumerable:","equal","escap","event","eventbu","eventbus:","eventbus,这样的话就不需要区分命名空间了我们拿基本例子改一下:","evolv","exactli","exampl","example,","example.they","example:","examples#advanc","examples#advanced)","examples#advanced)almost","examples#bas","examples#basic)","examples/","examples/if","examples/src","examples/src/advanced/comps/th","examples/src/advanced/index.vu","examples/src/advanced/index.vue,","examples/src/basic/index.vu","examples:","excerpt","explain","explain:","export","extend","extra","fals","false,","false`,","featur","field","field:","filter.vu","filter.vue)","first","follow","font","fontstyle:","fontweight:","forget","full","function","gener","get","get,","git","global","globally)","grasp","groupname:","handlequerychang","handler","headerset","headersettings/","headersettings/index.vu","headsort.vu","helloworld","help","here","highli","homework","hook","https://github.com/onewaytech/vue2","i18n","id","id',","id:","id,避免了自行实现","imitate.","immediate:","immediately.that'","implement","import","includ","index.js:","index.js):","index.vu","info',","init","initi","inlin","instal","instanc","instance.therefore,","into:","invok","is,","issu","it'","it.","item","jsx","keep","key","key,","keyword),","keyword:","keyword),则以下两种方式二选一:","label","label:","language',","latter","lead","less","let","let'","lib/","lib/headersettings/columngroup.vu","lib/index.vu","lib/index.vue)","lib/index.vue),","lib/index.vue):","lib/limitselect.vu","lib/limitselect.vue:","lib/如果您觉得某些功能很必须,随时欢迎","libraries.","limit:","limitselect.vu","listen","live","loaddata","local","local':","locale[srctxt]","locales/zh","lodash.orderbi","look","made","magic","make","mani","manual","me)","mean","meaningless)","meet","method","methods.search","methods.search)","methods:","migrat","mockdata","mockdata(query).then(({","mockdata(this.query).then(({","mode","more","multi","multiselect.vu","n","name","name:","names).","namespac","necessari","necessary,","need","need:","nest","nested,","new","none","normally,","now","npm","number","object","object!","object.defineproperty(item,","object.keys(q).foreach(key","offici","offset:","ok","omit","on","on,","open","oper","opt","option","or:","order:","ourselves.","p.s.","page","page')","page':","pagin","pagination.vu","pass","pass?","path:","pattern","per","perform","place","plenti","pm","popular","pr","prefac","prefer","premise,","print","problem.let'","production)","programmat","project","prop","properti","property,","props.","props.a","props.nest","props.nested.$toggl","props.row.__nested__.$toggl","props.row.__nested__.$toggle,","props:","props那么,源码","props高级例子","props,以避免污染源码模板","proptype:","pr!","purpose:","q","q[key]))","queri","query:","query(在业务中请注意安全性)","question:","rank","reactive!(method","recommend","record","recurs","ref","refer","relat","reload","reload.th","render","replac","requir","required)","requirement:","requirements.(if","restore':","result,","return","rid","right?","roll","row","row)","row.__nested__)","rows,","rows.however,","s","sake","same","same.","secur","see","seem","select","selected,","selection.","semant","set","set)","settimeout(()","settings':","shorten","shorthand","should:","shown","simpl","simple!","simple.but","simplest","simplifi","solut","someth","sort","sort:","sortabl","sourc","source.und","source,","speaking,","spread","srctxt","standard","start","started,","string","string,","string(若为字符串类型则禁止设置该列显隐状态)","structur","studi","style","success'","suitabl","summari","support","supported)","switch","sync","tabl","take","talk","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","templat","test:","thank","thclass","thclass:","thcomp","thcomp:","these,","thing)","this.$nexttick(()","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(item,","this.$set(query,","this.$set(this.query,","this.comp","this.data","this.data[0]","this.data因为这样会导致引用一致,任意点击取消勾选,则当前","this.loaddata()","this.loaddata)","this.select","this.summari","this.tot","this.vis","this.xprops.eventbu","three","thstyle","thstyle:","time',","time,","tips:","titl","title:","title)","toggle)","total","total,","total:","tree","tri","trick","trick,","true","true,","true?answer:","true(但需要","true(当然加了也无妨)","true)","true?解答:一般来说,需要加的只有:","two","type","type:","undefin","understand","unenumer","uniqu","unlimit","unnecessari","up","url","url)","url.","url稍微把基本例子改一下就可以了:","us","usag","usages,","v","valu","verbos","veri","version","visibl","visible)","visible:","vue","vue()","vue.component('datatable',","vue.prototype.$i18n","vue.set","vue.use(datatable)","vue.use(datatable,","vue2","vuejs/vue#4962","watch","watch:","way","way,","way:","webpack","weight","weight:","welcome!","what'","whole","within","works:","wow,","xprop","xprops,","xprops:","xprops,用于承载这些额外的","y","you'd","yourself.","{","{/*","{{","{}","{})","{},","{}.if","||","}","})","}),","},","}]","}])","}])","}}","}(推荐)","§","⊙","│","└─","├─","一般情况下,您只需要传入一个空对象","一般情况下,您只需要传入一个空数组","上述两种方式均在高级例子中有所体现,最终目的都是让额外的查询属性变成响应式的(其中第","上面的","下面列出","与","中","中使用了","中截取","中的","中的可配置项:","中的显示名称(若无则使用","中的模板,很有可能会演变成这样子:","中:","为例):","为例,效果见","为例,标注出对应的基本构成组件如下图所示:","主体","也是没问题的,因为是同一个东西)","了解","了解动态组件的用法","仅支持","以下代码均由源码模板","以中文为例:","以及","以高级例子","任何开源的","会立即发生变化,故","传入到对应的","作为","例如,源码","便捷操作函数","值","假如产品经理要求默认就要全部勾选,也是没问题的。就拿高级例子改一下:","元素","先前采用的是","内嵌组件名","内的各个元素","内部使用的","再三斟酌下,本","几乎涵盖上述所有配置,建议参考","分页","列定义","则采用手风琴策略","初始化时传入","利用","利用逗号运算符,可以把上面的代码缩写为一行:","到","前言","功能,让我们可以避免繁琐的","动态组件","动态组件(thcomp","包含什么内容:","即可。若还有其他查询条件(例如","即可若有行被勾选,则对应的","原理","参数","可以实现无限递归嵌套的高级例子,就是通过这样的方式来避免命名空间的麻烦","可选值","可选项","同时用于","同步本地","否","国际化","在","在初始化时就传入","在开始前,最好先来做一下预备功课,以便于您的理解","在此必须明确指出,全选不能这样操作:","在此提一个常见的需求:实现刷新后保持查询条件最常见的解决方案是同步查询条件到","在源码模板中,","在讲解配置项前,我们先来了解一下本","基本例子","多亏有了","多项选择的容器","如下所示:","字段名","字段名称","定义:","实例","实现对","实现类似","实际上","实际上该项应该叫","对","将会进入到","就是这么简单!","属性","嵌套组件控制(row.__nested__","巧用","巧用逗号运算符","开始","引入了","当前行","当页记录","往下着重讲解:","很简单吧?","总览","我们以基本例子","我们来对比一下","我们来看看","或在组件中","所有","才合理,但主流的","打印出当前实例,了解实例属性有哪些,分别作何用","技巧","排名权重","排序","搬出来:","支持内嵌组件","时无需加上","是","是否必须","是否支持保存表头设置","是否支持内嵌组件","是否支持排序","是否显示","是否显示分页相关组件","是否显示表头设置组件","是否显示该列","是否添加","是如何初始化","显示名称","最常见的妙用是,传入一个仅限于当前","本","本技巧参考自","本组件采用的是最简单的方案(见","本身该项是没啥好讲的,但本","来定制源码","查询对象","标准写法","模板中是这样操作(以","每页显示记录数下拉选择框","汇总行","注:bootstrap","涵盖上述所有动态组件的运用,建议参考","温馨提示:若采用","源码目录树","源码见","版本迭代(releases)","用于","用于传递额外的","由上可知,queri","由上可知,本","由于","由此,在对应的动态组件内部,即可通过","由此,您可以基于","疑惑:什么时候","的","的依赖如下:","的内联样式","的动态组件名","的变化来重新获取数据","的可替换性极强,您完全可以使用其他库替代(一般就是改一下类名即可)","的引用)","的控制(当然,直接操作","的构造","的标准形式(源码见","的模板简写","的用法相当详尽,建议参考","的类名","的这种简写最终都会被转为","的项目,请根据官方的","的(源码见","种见","简单写法","类到","类型","类型(例如","类型(例如上面的","类型,但它本身是一个计算属性,因此不需要加","组件中定义:","组件实例所包含的属性","组件对","编程式勾选第一条,可以这样操作:","自定制","自行使用","若","虽是","行首多选框","表头设置","表头设置主体","表头设置分栏组件","让我们来看看本","记录总数","设置了一个不可遍历属性","设置:this.$set(this.query,","详情请参考文档:dynam","详解","详解(点我)","说明","说明文字","请求,赋值较为复杂(例如一个网址)时最好使用","转义","这仅仅就是一个普通对象而已","这种最简单的方式去生成全局唯一","通过监听","那么下面两种写法是等价的,但显然后者更优雅简洁","都会被清空!","都是这样称呼,我也不能免俗","都是通过动态组件实现而业务需求又是不固定的,很可能需要传入很多额外的","都未必能满足所有的业务需求(否则也不会有这个项目了)本文档致力于让您在理解组件设计以及源码的基础上,可自行定制出最适合您的","配置","配置项","配置项(props)","钩子函数)","钩子函数):","问题反馈(issues)","降级使用(一般也只是替换掉","需要加","需要监听深层嵌套的","非计算属性的","顾名思义,xprop","额外传给动态组件的承载容器","高级例子中的","高级例子中,","高级列子","默认值"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Catalog","keywords":"","body":"§ Catalog\n\nCatalog\nPreface\nTricks\nGetting started\nDetailed (click me)\nprops of Datatable\n:columns\n:data\n:query\n:selection\n:xprops\nDynamic Components\n\n\nI18N\nDIY\nQ & A (issues)\nChangelog (releases)\n\n"},"preface.html":{"url":"preface.html","title":"Preface","keywords":"","body":"§ Preface\n\nThis Datatable only supports Vue 2.x.But you can degrade it according to Migration from Vue 1.x.(In most of the time, you just need to replace ref / key / )\n\nThere are plenty of open-source Datatables, but none of them could meet all the business requirements.(if there is, this project is meaningless)\nThis documentation is dedicated to letting you comprehend the design and the source.Under this premise, you can build the most suitable Datatable yourself.\nThe dependencies of this project shown below:\n\nBootStrap 3.x + Font Awesome 4.x(available globally)\nlodash.orderBy\nreplace-with\n\nP.S. BootStrap and Font Awesome can be replaced with other popular libraries.\n"},"tricks.html":{"url":"tricks.html","title":"Tricks","keywords":"","body":"§ Tricks\n\nBefore getting started, you'd better do some homework for a better comprehension\n\n\n⊙ Grasp the usage of dynamic components\nTake a look at the official docs: Dynamic Components.\n⊙ Too many props to pass? v-bind can help just like spread operator (...) in JSX\n\nAccording to vuejs/vue#4962\n\n\n \n \n \n \n \n \n\n\nexport default {\n data: () => ({\n a: 1,\n b: 2,\n c: 3,\n d: 4\n })\n}\n\n\n⊙ Simplify template for propType: Boolean\nAssume there is a HelloWorld component and its props defined as below:\nprops: {\n test: Boolean\n}\n\nThen the following patterns are equal but the latter seemed more elegant.\n\n\n\n\n\n⊙ Shorten code with comma operator\ncols.map(col => {\n col.weight = col.weight || 0\n return col\n})\n\n// Shortened\ncols.map(col => ((col.weight = col.weight || 0), col))\n\n⊙ Be aware of what's in the Vue instance\nPrint the $vm with vue-devtools or console.log(this) within a component,to see what on earth attach to an Vue instance and what exactly they mean / do.\ne.g. Source lib/HeaderSettings/ColumnGroup.vue made use of $vm._uidas it's the global unique component ID and we don't need to generate one ourselves.\n\nUnique component IDs were generated by setTimeout(() => {}) before, which was almost the simplest way\n\n"},"getting-started.html":{"url":"getting-started.html","title":"Getting started","keywords":"","body":"§ Getting started\n>_ npm i -S vue2-datatable-component\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\n\nVue.use(Datatable) // OK\n\nLet's roll up with the basic example (source - examples/src/Basic/index.vue , demo - examples#basic)\n\n \n query: {{ query }}\n \n \n\n\nimport mockData from '../_mockData'\n\nexport default {\n data: () => ({\n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n query: {}\n }),\n watch: {\n query: {\n handler (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n },\n deep: true\n }\n }\n}\n\n\n"},"detailed/":{"url":"detailed/","title":"Detailed (click me)","keywords":"","body":"§ Detailed\nIt would be better for you to understand the structure of this Datatable before the detailed content.\nThe source tree lib/ shown as below:\nlib/\n ├─ HeaderSettings/\n │ ├─ ColumnGroup.vue\n │ └─ index.vue\n ├─ HeadSort.vue\n ├─ LimitSelect.vue\n ├─ MultiSelect.vue\n ├─ Pagination.vue\n └─ index.vue\nLet's look at the structure of the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)\n\n \n\n"},"detailed/datatable-props.html":{"url":"detailed/datatable-props.html","title":"props of Datatable","keywords":"","body":"§ props of Datatable\n\n\n\nprop\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ncolumns\nDefination of columns\nArray\n-\n-\nY\n\n\ndata\nTable data of the current page (rows)\nArray\n-\n-\nY\n\n\ntotal\nTotal number of records\nNumber\n-\n-\nY\n\n\nquery\nQuery object\nObject\n-\n-\nY\n\n\nselection\nContainer of multi-select\nArray\n-\n-\nN\n\n\nsummary\nSummary row\nObject\n-\n-\nN\n\n\nHeaderSettings\nShould render HeaderSettings\nBoolean\ntrue / false\ntrue\nN\n\n\nPagination\nShould render pagination related\nBoolean\ntrue / false\ntrue\nN\n\n\nxprops\nContainer of extra props passed to dynamic components\nObject\n-\n-\nN\n\n\nsupport-backup\nShould support backup of HeaderSettings\nBoolean\ntrue / false\nfalse\nN\n\n\nsupport-nested\nShould support nested components (accordion mode is supported)\nBoolean / String\ntrue / false / 'accordion'\nfalse\nN\n\n\ntable-bordered\nShould add .table-bordered to \nBoolean\ntrue / false\nfalse\nN\n\n\n\n\nThe above is based on the source (lib/index.vue).By the way, the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)almost covers all the usages, which is highly recommended to study and imitate.\n\nIn the following content, I would like to emphasize the props below: \n\ncolumns\ndata\nquery\nselection\nsummary\nxprops\nDynamic components(thComp / tdComp / nested component)\n\n"},"detailed/props-columns.html":{"url":"detailed/props-columns.html","title":":columns","keywords":"","body":":columns\nLet's compare the columns definitions of the basic and advanced examples:\n// examples#basic - shorthand version\ncolumns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n]\n\n// examples#advanced - standard version\ncolumns: [{\n groupName: 'Normal',\n columns: [\n { title: 'Email', field: 'email', visible: false, thComp: 'FilterTh', tdComp: 'Email' },\n { title: 'Username', field: 'name', thComp: 'FilterTh', tdStyle: { fontStyle: 'italic' } },\n { title: 'Country', field: 'country', thComp: 'FilterTh', thStyle: { fontWeight: 'normal' } },\n { title: 'IP', field: 'ip', visible: false, tdComp: 'IP' }\n ]\n}, {\n groupName: 'Sortable',\n columns: [\n { title: 'UID', field: 'uid', label: 'User ID', sort: true, visible: 'true', weight: 1 },\n { title: 'Age', field: 'age', sort: true, thClass: 'text-info', tdClass: 'text-success' },\n { title: 'Create time', field: 'createTime', sort: true, colClass: 'w-240', thComp: 'CreatetimeTh', tdComp: 'CreatetimeTd' }\n ]\n}, {\n groupName: 'Extra (radio)',\n type: 'radio',\n columns: [\n { title: 'Operation', tdComp: 'Opt' },\n // don't forget to set the columns below `visible: false`, since the `type` is `radio`\n { title: 'Color', field: 'color', explain: 'Favorite color', visible: false, tdComp: 'Color' },\n { title: 'Language', field: 'lang', visible: false, thComp: 'FilterTh' },\n { title: 'PL', field: 'programLang', explain: 'Programming Language', visible: false, thComp: 'FilterTh' }\n ]\n}]\n\n\nAccording to the source (computed.columns$ in lib/index.vue), shorthand version would always be converted to standard version\n\nThese are attributes of columns[i]:\n\n\n\nAttr\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ntitle\nDisplayed title\nString\n-\n-\nN\n\n\nlabel\nlabel in HeaderSettings (title will take its place if not set)\nString\n-\n-\nN\n\n\nfield\nField name of row\nString\n-\n-\nN\n\n\nexplain\nExplaination of the field\nString\n-\n-\nN\n\n\nsort\nIs sortable\nBoolean\ntrue / false\nfalse\nN\n\n\nweight\nRanking weight\nNumber\n-\n0\nN\n\n\nvisible\nIs visible\nBoolean / String (if the type is String, the visibility is not allowed to toggle)\ntrue / false / 'true' / 'false'\ntrue\nN\n\n\ncolClass\nclassnames for / \nString\n-\n-\nN\n\n\ncolStyle\ninline styles for / \nObject\n-\n-\nN\n\n\nthClass\nclassnames for \nString\n-\n-\nN\n\n\nthStyle\ninline styles for \nObject\n-\n-\nN\n\n\nthComp\nname of dynamic component for \nString\n-\n-\nN\n\n\ntdClass\nclassnames for \nString\n-\n-\nN\n\n\ntdStyle\ninline styles for \nObject\n-\n-\nN\n\n\ntdComp\nname of dynamic component for \nString\n-\n-\nN\n\n\n\n"},"detailed/props-data.html":{"url":"detailed/props-data.html","title":":data","keywords":"","body":":data\n\nIn a more semantic way, it should be called rows.However, most of the popular Datatables prefer data. So I have to compromise.\n\nNormally, it's not necessary to talk about this attribute since it's so simple.But this Datatable supports nested components by performing magic in it.\nIt would be more direct to deep into the source (computed.data$ in lib/index.vue) to see how it works:\ndata$ () {\n const { data } = this\n if (this.supportNested) {\n data.forEach(item => {\n if (!item.__nested__) {\n this.$set(item, '__nested__', {\n comp: '',\n visible: false,\n $toggle (comp, visible) {\n switch (arguments.length) {\n case 0:\n this.visible = !this.visible\n break\n case 1:\n switch (typeof comp) {\n case 'boolean':\n this.visible = comp\n break\n case 'string':\n this.comp = comp\n this.visible = !this.visible\n break\n }\n break\n case 2:\n this.comp = comp\n this.visible = visible\n break\n }\n }\n })\n Object.defineProperty(item, '__nested__', { enumerable: false })\n }\n })\n }\n return data\n}\n\nAccording to the above, each item (row) of data (rows) is $set an unenumerable __nested__, including three attributes:\n\n\n\nAttr\nDesc\nType\nOptional values / usages\nDefault value\n\n\n\n\ncomp\nname of the current nested component\nString\n-\n''\n\n\nvisible\nIs the nested component visible\nBoolean\ntrue / false\nfalse\n\n\n$toggle\nAPI to control comp and visible conveniently\nFunction\n$toggle(comp) / $toggle(visible) / $toggle(comp, visible)\n-\n\n\n\nIn the source, __nested__ would be passed to the related tdComp and nested components:\n\n\n\n\n\n\n\n\nBy doing all these, we could control the nested component by props.nested.$toggle in the related dynamic components.(Of cource, you can invoke props.row.__nested__.$toggle, which is the same thing)\n\nIn the advanced example, component Opt made a full use of nested, which is highly recommended to study and imitate.\n\n"},"detailed/props-query.html":{"url":"detailed/props-query.html","title":":query","keywords":"","body":":query\nLet's see how this Datatable initializes query (source - hook created in lib/index.vue):\ncreated () { // init query\n const { query } = this\n const q = { limit: 10, offset: 0, sort: '', order: '', ...query }\n Object.keys(q).forEach(key => this.$set(query, key, q[key]))\n}\n\n\nAccording to the above, query will change immediately.That's why watch: query doesn't need immediate: true (but deep: true is required)\n\nNormally, you just need to pass an empty object {}.If there are any other query conditions (such as keyword), you should:\n\nEither: initially pass { keyword: '' } (recommended)\nOr: manually this.$set(this.query, 'keyword', '') with Vue.set / $vm.$set\n\n\nBoth of the methods above were used in the advanced example.They both have the same purpose: make the extra query conditions reactive!(Method 2 see methods.search in examples/src/Advanced/comps/th-Filter.vue)\nTips: If you are using Ajax - GET, don't forget to use encodeURIComponent to escape complex values (such as a URL)\n\n\n⊙ Extended\nHere we have a very common requirement: keep the query conditions after the full page reload.The most common solution is sync query with URL.\nLet's make the basic example to meet the requirement:\n\n \n query: \n \n \n\n\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data () {\n return { \n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n // initially pass URL query (pay attention to security in production)\n query: this.$route.query\n }\n },\n watch: {\n // sync query to URL query\n query: {\n handler (query) {\n this.$router.push({ path: this.$route.path, query })\n },\n deep: true\n },\n // listen to URL query changes to reload data\n '$route.query' (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n }\n }\n}\n\n\n\nQuestion: when does watch need deep: true?Answer: generally speaking, only two cases need:\n\nan object which is no a computed property\nnested array (e.g. [{ id: 1, name: 'Ken' }, { id: 2, name: 'Berkeley' }])\n\nFor example, $route.query is an object but it's a computed property, so deep: true is unnecessary\n\n"},"detailed/props-selection.html":{"url":"detailed/props-selection.html","title":":selection","keywords":"","body":":selection\nNormally, you just need to pass an empty array [].If any row is selected, then it would be in selection.\nFor example, select the first row in programmatic way:\nthis.selection = [ this.data[0] ]\n\nIf your PM wants all the rows selected by default, no problem.Let's take the advanced example to adapt:\nmethods: {\n handleQueryChange () {\n mockData(this.query).then(({ rows, total, summary }) => {\n this.data = rows\n this.total = total\n this.summary = summary\n\n // Just so simple!\n this.$nextTick(() => this.selection = [...this.data])\n })\n }\n}\n\nAttention: DO NOT this.selection = this.data for selecting all.This leads to their references are the same. Any deselection would clear the whole data.\n"},"detailed/props-xprops.html":{"url":"detailed/props-xprops.html","title":":xprops","keywords":"","body":":xprops\nxprops, meaning extra props.\nOur Datatable implements thComp / tdComp / nested component by dynamic components.But the business requirements are changeful, which may pass many extra props.As a result, the source template of our Datatable may evolve into:\n\n\n\nFor the sake of keeping the source template clean, here comes xprops as a container.\n\n⊙ Extended\nThe most common trick in the use of xprops is passing an eventbus which only for the current Datatable instance.Therefore, no need to care about the namespacing (of event names).\nLet's try with the basic example:\n\n \n query: \n \n \n\nimport Vue from 'vue'\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data: () => ({\n columns: [/* omitted */],\n data: [],\n total: 0,\n query: {},\n xprops: {\n eventbus: new Vue() // only for current Datatable instance\n }\n }),\n created () {\n this.xprops.eventbus\n .$on('RELOAD', this.loadData)\n .$on('', () => {/* do something */})\n },\n watch: {\n query: {\n handler () {\n this.loadData()\n },\n deep: true\n }\n },\n methods: {\n loadData () {\n mockData(this.query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n }) \n }\n }\n}\n\n\n\nThanks to the trick, the advanced example implemented unlimited recursive nested components with less effort.\n\n"},"detailed/dynamic-comps.html":{"url":"detailed/dynamic-comps.html","title":"Dynamic Components","keywords":"","body":"§ Dynamic Components(thComp / tdComp / nested component)\n\nThe following code is excerpted from the source lib/index.vue\n\n⊙ thComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\ncolumn\nDefination of column\nObject\n\n\nfield\nField name\nString / undefined\n\n\ntitle\nDisplayed title\nString / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ tdComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nfield\nField name\nString / undefined\n\n\nvalue\nValue\nAny\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ nested component\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n\ncomps/ of the advanced example covers all the use cases, which is highly recommended to study and imitate.\n\n"},"i18n.html":{"url":"i18n.html","title":"I18N","keywords":"","body":"§ i18n\n⊙ Example\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\nimport locale from 'vue2-datatable-component/locales/zh-cn'\n\nVue.use(Datatable, { locale }) // OK\n\nContent of locales/zh-cn.js:\nexport default {\n /* HeaderSettings/index.vue */\n 'Apply': '应用',\n 'Apply and backup settings to local': '应用并保存设置到本地',\n 'Clear local settings backup and restore': '清空本地设置并恢复',\n 'Using local settings': '正在使用本地设置',\n\n /* index.vue */\n 'Summary': '汇总',\n 'No Data': '无数据',\n 'Total': '共',\n ',': '项,',\n\n /* LimitSelect.vue */\n 'show': '每页展示',\n 'items per page': '项'\n}\n\nWow, it's just a simple object!\n⊙ Magic\nLet's take a look at index.js:\nimport Datatable from './lib/index.vue'\n\nexport default {\n install (Vue, options = {}) {\n const { locale = {} } = options\n\n // this might be the simplest i18n solution\n Vue.prototype.$i18n = srcTxt => locale[srcTxt] || srcTxt\n\n Vue.component('Datatable', Datatable)\n }\n}\n\nThen in lib/LimitSelect.vue:\n\n \n {{ $i18n('show') }}\n \n {{ i }}\n \n {{ $i18n('items per page') }}\n \n\n...\n\nEasy, right?\n"},"DIY.html":{"url":"DIY.html","title":"DIY","keywords":"","body":"§ DIY\n\nThanks to vue-cli's build, we could get rid of the verbose configuration of Webpack\n\n>_ git clone https://github.com/OneWayTech/vue2-datatable.git\n>_ cd vue2-datatable\n>_ npm i\n>_ npm start\nFrom now on, you can customize lib/ by the live examples/If there are some features you consider necessary, your issues / PRs are always welcome!\n"}}}
\ No newline at end of file
+{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","(click","(issues)","(releases)",":column",":data",":queri",":select",":xprop","catalog","changelog","compon","datat","detail","diy","dynam","get","i18n","me)","prefac","prop","q","start","trick","§"],"preface.html":[")","+","/","1.x.(in","2.x.but","3.x","4.x(avail","accord","awesom","below:","bootstrap","build","busi","comprehend","datat","datatables,","dedic","degrad","depend","design","document","font","globally)","is,","key","let","libraries.","lodash.orderbi","meaningless)","meet","migrat","need","none","open","p.s.","plenti","popular","prefac","premise,","project","ref","replac","requirements.(if","shown","sourc","source.und","suitabl","support","time,","vue","yourself.","§"],"tricks.html":["$vm","$vm._uida","((col.weight","()","(...)","({","/","//","0","0),","1,","2,","3,","4","=","=>","a:","accord","assum","attach","awar","b:","befor","before,","below:","better","bind","boolean","c:","code","col","col))","col.weight","cols.map(col","comma","compon","component,to","components.","comprehens","console.log(this)","d:","data:","default","defin","devtool","do.","docs:","don't","dynam","e.g.","earth","elegant.","equal","exactli","export","follow","gener","get","global","grasp","helloworld","help","homework","id","instanc","it'","jsx","latter","lib/headersettings/columngroup.vu","look","made","mani","mean","more","need","offici","on","oper","ourselves.","pass?","pattern","print","prop","props:","proptype:","return","see","seem","settimeout(()","shorten","simplest","simplifi","sourc","spread","started,","take","templat","test:","trick","uniqu","us","usag","v","vue","vuejs/vue#4962","way","what'","within","you'd","{","{})","||","}","})","§","⊙"],"getting-started.html":["'../_mockdata'","'age',","'country'","'country',","'email'","'email',","'name'","'uid',","'user","'username',","'vue'","'vue2","()","(query)","(sourc","({",",","//","0,","=","=>",">_","[","[],","],","basic","columns:","compon","component'","data:","datat","deep:","default","demo","exampl","examples#basic)","examples/src/basic/index.vu","export","field:","get","handler","id',","import","let'","mockdata","mockdata(query).then(({","npm","ok","queri","query:","roll","row","rows,","s","sort:","start","this.data","this.tot","title:","total","total:","true","up","vue","vue.use(datatable)","vue2","watch:","{","{{","{}","}","})","}),","},","}}","§"],"detailed/":["(click","(sourc","advanc","befor","below:","better","columngroup.vu","content.","datat","demo","detail","exampl","examples#advanced)","examples/src/advanced/index.vue,","headersettings/","headsort.vu","index.vu","let'","lib/","limitselect.vu","look","me)","multiselect.vu","pagination.vu","shown","sourc","structur","tree","understand","§","│","└─","├─"],"detailed/datatable-props.html":["'accordion'","(accordion","(lib/index.vue).bi","(rows)","(sourc","/","abov","advanc","array","backup","base","below:","boolean","class","column","compon","components(thcomp","component)","contain","content,","cover","current","data","datat","default","defin","demo","desc","dynam","emphas","exampl","examples#advanced)almost","examples/src/advanced/index.vue,","extra","fals","follow","headerset","highli","imitate.","inlin","mode","multi","n","nest","number","object","option","page","pagin","pass","prop","queri","recommend","record","relat","render","requir","row","select","sourc","string","studi","style","summari","support","supported)","tabl","tbl","tdcomp","total","true","type","usages,","valu","way,","xprop","y","§"],"detailed/props-columns.html":["'age',","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'lang',","'language',","'name'","'name',","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'sortable',","'text","'true'","'true',","'uid',","'user","'username',","'w","(computed.columns$","(if","(radio)',","(titl","/","//","0","1","240',",":column","[","[{","]","`radio`","`type`","`visible:","accord","advanc","allow","alway","attr","attribut","basic","below","boolean","class","colclass","colclass:","color',","colspan","colstyl","column","columns:","columns[i]:","compar","compon","convert","default","definit","desc","display","don't","dynam","examples#advanc","examples#bas","examples:","explain","explain:","fals","false,","false`,","field","field:","fontstyle:","fontweight:","forget","groupname:","headerset","id',","info',","inlin","label","label:","language',","let'","lib/index.vue),","n","name","number","object","option","place","rank","requir","row","set","set)","shorthand","sort","sort:","sortabl","sourc","standard","string","string,","style","success'","take","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","thclass","thclass:","thcomp","thcomp:","thstyle","thstyle:","time',","titl","title:","toggle)","true","true,","type","type:","valu","version","visibl","visible:","weight","weight:","{","}","},","}]"],"detailed/props-data.html":["!this.vis","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","''","'',","'__nested__',","'boolean':","'string':","(!item.__nested__)","()","(arguments.length)","(comp,","(computed.data$","(row)","(rows)","(this.supportnested)","(typeof","...","/","//","0:","1:","2:",":data","=","=>","__nested__","__nested__,","above,","accord","accordion","advanc","api","attr","attribut","attributes:","boolean","break","call","case","comp","comp)","comp:","compon","components.(of","components:","compromise.","const","control","conveni","cource,","current","data","data$","data.","data.foreach(item","datat","deep","default","desc","direct","do","dynam","each","enumerable:","example,","fals","false,","full","function","highli","imitate.","implement","includ","invok","it'","it.","item","lib/index.vue)","made","magic","more","name","necessari","nest","nested,","normally,","object.defineproperty(item,","omit","opt","option","pass","perform","popular","prefer","props.nested.$toggl","props.row.__nested__.$toggle,","recommend","relat","return","rows.however,","same","see","semant","simple.but","sourc","source,","string","studi","support","switch","talk","tdcomp","these,","thing)","this.$set(item,","this.comp","this.vis","three","true","type","unenumer","us","usag","valu","visibl","visible)","visible:","way,","works:","{","}","})"],"detailed/props-query.html":["$route.queri","$vm.$set","'$route.query'","''","'')","'',","'../../../'","'../_mockdata'","'age',","'berkeley'","'country'","'country',","'email'","'email',","'ken'","'keyword',","'name'","'uid',","'user","'username',","()","(but","(e.g.","(pay","(query)","(recommended)","(sourc","(such","...queri","/","//","0,","1,","10,","2","2,",":queri","=","=>","[","[],","[{","],","abov","above,","accord","advanc","ajax","array","attent","basic","both","case","chang","columns:","common","complex","components:","comput","condit","const","creat","data","data:","datat","deep:","default","doesn't","don't","either:","empti","encodeuricompon","escap","exampl","example,","example.they","examples/src/advanced/comps/th","export","extend","extra","field:","filter.vue)","forget","full","gener","get,","handler","here","hook","id',","id:","immediate:","immediately.that'","import","init","initi","it'","keep","key,","keyword),","keyword:","let'","lib/index.vue):","limit:","listen","make","manual","meet","method","methods.search","mockdata","mockdata(query).then(({","name:","need","need:","nest","normally,","object","object.keys(q).foreach(key","offset:","or:","order:","page","pass","path:","production)","properti","property,","purpose:","q","q[key]))","queri","query:","question:","reactive!(method","reload","reload.th","required)","requirement:","return","row","rows,","same","secur","see","should:","solut","sort:","speaking,","sync","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(query,","this.$set(this.query,","this.data","this.tot","tips:","title:","total","total:","true","true?answer:","two","unnecessari","url","url)","url.","us","valu","veri","vue.set","watch","watch:","{","{}.if","}","})","},","}])","⊙"],"detailed/props-selection.html":["()","//",":select","=","=>","[","[...this.data])","[].if","]","adapt:","advanc","all.thi","array","attention:","clear","data.","default,","deselect","empti","exampl","example,","first","handlequerychang","lead","methods:","mockdata(this.query).then(({","need","normally,","pass","pm","problem.let'","programmat","refer","row","rows,","same.","select","selected,","selection.","simple!","summari","take","this.$nexttick(()","this.data","this.data[0]","this.select","this.summari","this.tot","total","total,","way:","whole","{","}","})"],"detailed/props-xprops.html":["'../../../'","'../_mockdata'","'vue'","()","(of","({","*/],","*/})",".$on('',",".$on('reload',","/","//","0,",":xprop","=","=>","[/*","[],","advanc","basic","busi","care","changeful,","clean,","columns:","come","common","compon","components.but","components:","container.","creat","current","data:","datat","deep:","default","dynam","effort.","event","eventbu","eventbus:","evolv","exampl","example:","export","extend","extra","handler","here","implement","import","instanc","instance.therefore,","into:","keep","less","let'","loaddata","mani","mean","methods:","mockdata","mockdata(this.query).then(({","names).","namespac","need","nest","new","omit","pass","props.","props.a","query:","recurs","requir","result,","row","rows,","sake","someth","sourc","tdcomp","templat","thank","thcomp","this.data","this.loaddata()","this.loaddata)","this.tot","this.xprops.eventbu","total","total:","tri","trick","trick,","true","unlimit","us","vue","vue()","watch:","xprop","xprops,","xprops:","{","{/*","{},","}","})","}),","},","⊙"],"detailed/dynamic-comps.html":["(spread)","...$prop","/","advanc","cases,","code","column","compon","components(thcomp","component(refer","component)","comps/","control","cover","current","datat","defin","desc","display","dynam","exampl","excerpt","field","follow","highli","imitate.","lib/index.vu","name","nest","object","prop","recommend","relat","row","row.__nested__)","sourc","string","studi","tdcomp","thcomp","titl","type","undefin","us","valu","§","⊙"],"i18n.html":["$i18n('item","$i18n('show')","',':","'./lib/index.vue'","'appli","'apply':","'clear","'item","'no","'show':","'summary':","'total':","'use","'vue'","'vue2","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(vue,","*/","...","/*","//","=","=>","backup","cn'","cn.js:","component'","component/locales/zh","const","content","data':","datat","datatable)","default","easy,","exampl","export","headersettings/index.vu","i18n","import","index.js:","index.vu","instal","it'","let'","lib/limitselect.vue:","limitselect.vu","local","local':","locale[srctxt]","locales/zh","look","magic","object!","ok","option","page')","page':","per","restore':","right?","set","settings':","simpl","simplest","solut","srctxt","take","vue","vue.component('datatable',","vue.prototype.$i18n","vue.use(datatable,","wow,","{","{{","{}","{})","||","}","})","}}","§","⊙"],"DIY.html":["/",">_","alway","build,","cd","cli'","clone","configur","consid","custom","datat","datatable.git","diy","examples/if","featur","git","https://github.com/onewaytech/vue2","issu","lib/","live","necessary,","now","npm","on,","pr","rid","start","thank","verbos","vue","vue2","webpack","welcome!","§"]},"length":14},"tokenStore":{"root":{"0":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},")":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"1":{"0":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"2":{"4":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}},"docs":{}},"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"x":{"docs":{},"若":{"docs":{},"要":{"docs":{},"运":{"docs":{},"用":{"docs":{},"在":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"3":{"docs":{},".":{"docs":{},"x":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"4":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"x":{"docs":{},"(":{"docs":{},"全":{"docs":{},"局":{"docs":{},"引":{"docs":{},"入":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"docs":{},"(":{"docs":{},"d":{"docs":{},"i":{"docs":{},"y":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}},"a":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"!":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}}}}},"f":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"b":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"f":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":10.002849002849002}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":10.004901960784315}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":10.003378378378379}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":10.013513513513514}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":10.00632911392405}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.014705882352941176},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.006369426751593},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0379746835443038},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.3809523809523805}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"c":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}},"m":{"docs":{},"o":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"o":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"DIY.html":{"ref":"DIY.html","tf":10.026315789473685}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901}}}}}}},"§":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"前":{"docs":{},"言":{"docs":{"./":{"ref":"./","tf":0.05},"preface.html":{"ref":"preface.html","tf":10.025641025641026}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":10}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}},"国":{"docs":{},"际":{"docs":{},"化":{"docs":{"./":{"ref":"./","tf":0.05},"i18n.html":{"ref":"i18n.html","tf":10.007751937984496}}}}},"开":{"docs":{},"始":{"docs":{"./":{"ref":"./","tf":0.05},"getting-started.html":{"ref":"getting-started.html","tf":10.00925925925926}}}},"总":{"docs":{},"览":{"docs":{"./":{"ref":"./","tf":10.1}}}},"技":{"docs":{},"巧":{"docs":{"./":{"ref":"./","tf":0.05},"tricks.html":{"ref":"tricks.html","tf":10.010752688172044}}}},"版":{"docs":{},"本":{"docs":{},"迭":{"docs":{},"代":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"制":{"docs":{"./":{"ref":"./","tf":0.05},"DIY.html":{"ref":"DIY.html","tf":5.03125}}}},"行":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"详":{"docs":{},"解":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"(":{"docs":{},"点":{"docs":{},"我":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/":{"ref":"detailed/","tf":10}}}}}}},"情":{"docs":{},"请":{"docs":{},"参":{"docs":{},"考":{"docs":{},"文":{"docs":{},"档":{"docs":{},":":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"项":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{},"反":{"docs":{},"馈":{"docs":{},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.05}}}}}}}}}}}}}},"+":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"/":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.07643312101910828},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.02564102564102564},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0196078431372549},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.06930693069306931},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"/":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"*":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}}},"a":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"a":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03184713375796178},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"p":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.025477707006369428},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"e":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125},"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"s":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.042735042735042736},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}}}}},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"e":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03821656050955414},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.014705882352941176}},"e":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"`":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},")":{"docs":{},",":{"docs":{},"则":{"docs":{},"以":{"docs":{},"下":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"二":{"docs":{},"选":{"docs":{},"一":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},")":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"e":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"o":{"docs":{},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"e":{"docs":{},"[":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"e":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"您":{"docs":{},"觉":{"docs":{},"得":{"docs":{},"某":{"docs":{},"些":{"docs":{},"功":{"docs":{},"能":{"docs":{},"很":{"docs":{},"必":{"docs":{},"须":{"docs":{},",":{"docs":{},"随":{"docs":{},"时":{"docs":{},"欢":{"docs":{},"迎":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"v":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"a":{"docs":{},"d":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"(":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}},"d":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},")":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"detailed/":{"ref":"detailed/","tf":3.333333333333333}}},"a":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"n":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}},"e":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.04918032786885246}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"(":{"docs":{},"i":{"docs":{},"f":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}}},"d":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}},"r":{"docs":{},"d":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"!":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.05405405405405406},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.039603960396039604},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"s":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"v":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164},"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"j":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"#":{"4":{"9":{"6":{"2":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},".":{"docs":{},"$":{"docs":{},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"docs":{}},"docs":{}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0196078431372549}},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.017094017094017096},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397}}}}}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"仅":{"docs":{},"支":{"docs":{},"持":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}},"以":{"docs":{},"及":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}},"下":{"docs":{},"代":{"docs":{},"码":{"docs":{},"均":{"docs":{},"由":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}},"中":{"docs":{},"文":{"docs":{},"为":{"docs":{},"例":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}},"任":{"docs":{},"何":{"docs":{},"开":{"docs":{},"源":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"本":{"docs":{"preface.html":{"ref":"preface.html","tf":0.05128205128205128}},"技":{"docs":{},"巧":{"docs":{},"参":{"docs":{},"考":{"docs":{},"自":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"身":{"docs":{},"该":{"docs":{},"项":{"docs":{},"是":{"docs":{},"没":{"docs":{},"啥":{"docs":{},"好":{"docs":{},"讲":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"案":{"docs":{},"(":{"docs":{},"见":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}}}},"注":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}},"的":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005917159763313609},"DIY.html":{"ref":"DIY.html","tf":0.03125}},"依":{"docs":{},"赖":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}},"可":{"docs":{},"替":{"docs":{},"换":{"docs":{},"性":{"docs":{},"极":{"docs":{},"强":{"docs":{},",":{"docs":{},"您":{"docs":{},"完":{"docs":{},"全":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"他":{"docs":{},"库":{"docs":{},"替":{"docs":{},"代":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"就":{"docs":{},"是":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"类":{"docs":{},"名":{"docs":{},"即":{"docs":{},"可":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},",":{"docs":{},"请":{"docs":{},"根":{"docs":{},"据":{"docs":{},"官":{"docs":{},"方":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"简":{"docs":{},"写":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"构":{"docs":{},"造":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"内":{"docs":{},"联":{"docs":{},"样":{"docs":{},"式":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008875739644970414}}}}}},"类":{"docs":{},"名":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008875739644970414}}}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005917159763313609}}}}}}},"标":{"docs":{},"准":{"docs":{},"形":{"docs":{},"式":{"docs":{},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}},"这":{"docs":{},"种":{"docs":{},"简":{"docs":{},"写":{"docs":{},"最":{"docs":{},"终":{"docs":{},"都":{"docs":{},"会":{"docs":{},"被":{"docs":{},"转":{"docs":{},"为":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}},"用":{"docs":{},"法":{"docs":{},"相":{"docs":{},"当":{"docs":{},"详":{"docs":{},"尽":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}},"变":{"docs":{},"化":{"docs":{},"来":{"docs":{},"重":{"docs":{},"新":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"(":{"docs":{},"源":{"docs":{},"码":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"引":{"docs":{},"用":{"docs":{},")":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}},"都":{"docs":{},"未":{"docs":{},"必":{"docs":{},"能":{"docs":{},"满":{"docs":{},"足":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"(":{"docs":{},"否":{"docs":{},"则":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"这":{"docs":{},"个":{"docs":{},"项":{"docs":{},"目":{"docs":{},"了":{"docs":{},")":{"docs":{},"本":{"docs":{},"文":{"docs":{},"档":{"docs":{},"致":{"docs":{},"力":{"docs":{},"于":{"docs":{},"让":{"docs":{},"您":{"docs":{},"在":{"docs":{},"理":{"docs":{},"解":{"docs":{},"组":{"docs":{},"件":{"docs":{},"设":{"docs":{},"计":{"docs":{},"以":{"docs":{},"及":{"docs":{},"源":{"docs":{},"码":{"docs":{},"的":{"docs":{},"基":{"docs":{},"础":{"docs":{},"上":{"docs":{},",":{"docs":{},"可":{"docs":{},"自":{"docs":{},"行":{"docs":{},"定":{"docs":{},"制":{"docs":{},"出":{"docs":{},"最":{"docs":{},"适":{"docs":{},"合":{"docs":{},"您":{"docs":{},"的":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"称":{"docs":{},"呼":{"docs":{},",":{"docs":{},"我":{"docs":{},"也":{"docs":{},"不":{"docs":{},"能":{"docs":{},"免":{"docs":{},"俗":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"现":{"docs":{},"而":{"docs":{},"业":{"docs":{},"务":{"docs":{},"需":{"docs":{},"求":{"docs":{},"又":{"docs":{},"是":{"docs":{},"不":{"docs":{},"固":{"docs":{},"定":{"docs":{},"的":{"docs":{},",":{"docs":{},"很":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"很":{"docs":{},"多":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"会":{"docs":{},"被":{"docs":{},"清":{"docs":{},"空":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"降":{"docs":{},"级":{"docs":{},"使":{"docs":{},"用":{"docs":{},"(":{"docs":{},"一":{"docs":{},"般":{"docs":{},"也":{"docs":{},"只":{"docs":{},"是":{"docs":{},"替":{"docs":{},"换":{"docs":{},"掉":{"docs":{"preface.html":{"ref":"preface.html","tf":0.02564102564102564}}}}}}}}}}}}}}},"$":{"docs":{},"v":{"docs":{},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},".":{"docs":{},"_":{"docs":{},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"就":{"docs":{},"是":{"docs":{},"利":{"docs":{},"用":{"docs":{},"了":{"docs":{},"该":{"docs":{},"为":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"docs":{}},"docs":{}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"=":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.03431372549019608},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.013513513513513514},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.08108108108108109},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},">":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"c":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},")":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612}}}}}}}}},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"s":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627}},"o":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.027210884353741496},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":5.00990099009901},"./":{"ref":"./","tf":0.038461538461538464},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},")":{"docs":{},"。":{"docs":{},"若":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},",":{"docs":{},"靠":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"做":{"docs":{},"文":{"docs":{},"章":{"docs":{},"直":{"docs":{},"接":{"docs":{},"把":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"(":{"docs":{},"o":{"docs":{},"f":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},",":{"docs":{},"t":{"docs":{},"o":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"s":{"docs":{},"$":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"$":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"s":{"docs":{},"/":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"r":{"docs":{},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}},"a":{"docs":{},"r":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"m":{"docs":{},"a":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"i":{"docs":{},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},".":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"n":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"d":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}},"i":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"'":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},"n":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"s":{"docs":{},",":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":10.076923076923077}}}}}}},"l":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"n":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{},"j":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}},"s":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"d":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}}}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"#":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"i":{"docs":{},"c":{"docs":{},")":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}}}}}}}}},"/":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}},"e":{"docs":{},",":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"t":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"话":{"docs":{},"就":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"区":{"docs":{},"分":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"了":{"docs":{},"我":{"docs":{},"们":{"docs":{},"拿":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"s":{"docs":{},"y":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"m":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"f":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"h":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}},"o":{"docs":{},"k":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"l":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}},"i":{"1":{"8":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":10.01526717557252},"./":{"ref":"./","tf":0.038461538461538464}}}},"docs":{}},"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}},",":{"docs":{},"避":{"docs":{},"免":{"docs":{},"了":{"docs":{},"自":{"docs":{},"行":{"docs":{},"实":{"docs":{},"现":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"j":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"i":{"docs":{},"t":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"n":{"docs":{},"c":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"t":{"docs":{},"o":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"j":{"docs":{},"s":{"docs":{},"x":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"k":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03821656050955414},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"s":{"docs":{},"(":{"docs":{},"q":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},"!":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":5.025477707006369}},"s":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},".":{"docs":{},"$":{"docs":{},"t":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"污":{"docs":{},"染":{"docs":{},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"preface.html":{"ref":"preface.html","tf":0.03278688524590164}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"preface.html":{"ref":"preface.html","tf":10.01639344262295}}}},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"a":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}}}},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"'":{"docs":{},")":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"s":{"docs":{},"s":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"?":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},".":{"docs":{},"s":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"o":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"m":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"s":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}},"e":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}},"m":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/":{"ref":"detailed/","tf":0.023809523809523808},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"e":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.02849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},"(":{"docs":{},"若":{"docs":{},"为":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"类":{"docs":{},"型":{"docs":{},"则":{"docs":{},"禁":{"docs":{},"止":{"docs":{},"设":{"docs":{},"置":{"docs":{},"该":{"docs":{},"列":{"docs":{},"显":{"docs":{},"隐":{"docs":{},"状":{"docs":{},"态":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421},"./":{"ref":"./","tf":0.038461538461538464},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.025477707006369428},"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},".":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"k":{"docs":{},"e":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}}}}}}}},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"[":{"0":{"docs":{},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}},"docs":{}},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"引":{"docs":{},"用":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"任":{"docs":{},"意":{"docs":{},"点":{"docs":{},"击":{"docs":{},"取":{"docs":{},"消":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"{":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.0196078431372549}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.017094017094017096}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},"e":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.045584045584045586},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.016891891891891893}}},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},",":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}},"p":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03821656050955414},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.02027027027027027},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}},"(":{"docs":{},"但":{"docs":{},"需":{"docs":{},"要":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"当":{"docs":{},"然":{"docs":{},"加":{"docs":{},"了":{"docs":{},"也":{"docs":{},"无":{"docs":{},"妨":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"?":{"docs":{},"解":{"docs":{},"答":{"docs":{},":":{"docs":{},"一":{"docs":{},"般":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{},"的":{"docs":{},"只":{"docs":{},"有":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}},"?":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"i":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":10.006802721088436},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"e":{"docs":{},"e":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714}}}},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.014245014245014245}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"b":{"docs":{},"l":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}},"l":{"docs":{},"k":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}},"w":{"docs":{},"o":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"{":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.02040816326530612},"getting-started.html":{"ref":"getting-started.html","tf":0.08695652173913043},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.05698005698005698},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.049019607843137254},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.06418918918918919},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.04054054054054054},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.06329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.03816793893129771}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"{":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"|":{"docs":{},"|":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"}":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.034782608695652174},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.017094017094017096},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.03431372549019608},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.03164556962025317},"i18n.html":{"ref":"i18n.html","tf":0.030534351145038167}},")":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.014705882352941176},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.02702702702702703},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.043478260869565216},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.039886039886039885},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.030405405405405407},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.02531645569620253}}},"}":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"(":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"⊙":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.034013605442176874},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"中":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}},"的":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.008888888888888889}},"可":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{},"(":{"docs":{},"若":{"docs":{},"无":{"docs":{},"则":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"很":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"演":{"docs":{},"变":{"docs":{},"成":{"docs":{},"这":{"docs":{},"样":{"docs":{},"子":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"截":{"docs":{},"取":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"了":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"用":{"docs":{},"法":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"源":{"docs":{},"码":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"先":{"docs":{},"前":{"docs":{},"采":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}},"利":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"把":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"缩":{"docs":{},"写":{"docs":{},"为":{"docs":{},"一":{"docs":{},"行":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},"开":{"docs":{},"始":{"docs":{},"前":{"docs":{},",":{"docs":{},"最":{"docs":{},"好":{"docs":{},"先":{"docs":{},"来":{"docs":{},"做":{"docs":{},"一":{"docs":{},"下":{"docs":{},"预":{"docs":{},"备":{"docs":{},"功":{"docs":{},"课":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"于":{"docs":{},"您":{"docs":{},"的":{"docs":{},"理":{"docs":{},"解":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"讲":{"docs":{},"解":{"docs":{},"配":{"docs":{},"置":{"docs":{},"项":{"docs":{},"前":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"来":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"下":{"docs":{},"本":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"就":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"此":{"docs":{},"提":{"docs":{},"一":{"docs":{},"个":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"需":{"docs":{},"求":{"docs":{},":":{"docs":{},"实":{"docs":{},"现":{"docs":{},"刷":{"docs":{},"新":{"docs":{},"后":{"docs":{},"保":{"docs":{},"持":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"是":{"docs":{},"同":{"docs":{},"步":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"明":{"docs":{},"确":{"docs":{},"指":{"docs":{},"出":{"docs":{},",":{"docs":{},"全":{"docs":{},"选":{"docs":{},"不":{"docs":{},"能":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"类":{"docs":{},"似":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"际":{"docs":{},"上":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}},"该":{"docs":{},"项":{"docs":{},"应":{"docs":{},"该":{"docs":{},"叫":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}},"例":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"巧":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}},"逗":{"docs":{},"号":{"docs":{},"运":{"docs":{},"算":{"docs":{},"符":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}},"或":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}},"打":{"docs":{},"印":{"docs":{},"出":{"docs":{},"当":{"docs":{},"前":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"了":{"docs":{},"解":{"docs":{},"实":{"docs":{},"例":{"docs":{},"属":{"docs":{},"性":{"docs":{},"有":{"docs":{},"哪":{"docs":{},"些":{"docs":{},",":{"docs":{},"分":{"docs":{},"别":{"docs":{},"作":{"docs":{},"何":{"docs":{},"用":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}},"实":{"docs":{},"例":{"docs":{},"所":{"docs":{},"包":{"docs":{},"含":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}},"若":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}},"这":{"docs":{},"种":{"docs":{},"最":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"去":{"docs":{},"生":{"docs":{},"成":{"docs":{},"全":{"docs":{},"局":{"docs":{},"唯":{"docs":{},"一":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}},"仅":{"docs":{},"仅":{"docs":{},"就":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"普":{"docs":{},"通":{"docs":{},"对":{"docs":{},"象":{"docs":{},"而":{"docs":{},"已":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"下":{"docs":{},"面":{"docs":{},"两":{"docs":{},"种":{"docs":{},"写":{"docs":{},"法":{"docs":{},"是":{"docs":{},"等":{"docs":{},"价":{"docs":{},"的":{"docs":{},",":{"docs":{},"但":{"docs":{},"显":{"docs":{},"然":{"docs":{},"后":{"docs":{},"者":{"docs":{},"更":{"docs":{},"优":{"docs":{},"雅":{"docs":{},"简":{"docs":{},"洁":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.010752688172043012}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},"/":{"docs":{},".":{"docs":{},".":{"docs":{},"/":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.017391304347826087},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"t":{"docs":{},"d":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"h":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"o":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"e":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"r":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"2":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"i18n.html":{"ref":"i18n.html","tf":0.015267175572519083}}},"docs":{},"'":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"v":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"e":{"docs":{},"m":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"t":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}},"p":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}},",":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}},"w":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}},"'":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"'":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},",":{"docs":{},"'":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"共":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}},"应":{"docs":{},"用":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}},"并":{"docs":{},"保":{"docs":{},"存":{"docs":{},"设":{"docs":{},"置":{"docs":{},"到":{"docs":{},"本":{"docs":{},"地":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}}},"无":{"docs":{},"数":{"docs":{},"据":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}},"每":{"docs":{},"页":{"docs":{},"展":{"docs":{},"示":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}},"汇":{"docs":{},"总":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"清":{"docs":{},"空":{"docs":{},"本":{"docs":{},"地":{"docs":{},"设":{"docs":{},"置":{"docs":{},"并":{"docs":{},"恢":{"docs":{},"复":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}}}}}}}},"项":{"docs":{},"'":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}},",":{"docs":{},"'":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}}},">":{"docs":{},"_":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.10526315789473684}}}},"[":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},"]":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},".":{"docs":{},"i":{"docs":{},"f":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"{":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}}}}}}}}},"/":{"docs":{},"*":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}},"]":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.011396011396011397},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.05732484076433121},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.045584045584045586}},"p":{"docs":{},"m":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"DIY.html":{"ref":"DIY.html","tf":0.05263157894736842}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.024509803921568627},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0594059405940594},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}},"w":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},"e":{"docs":{},"d":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},"y":{"docs":{},",":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.019801980198019802}},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}}}}},"w":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}},"q":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786},"./":{"ref":"./","tf":0.038461538461538464}},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01910828025477707},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0472972972972973}}},"y":{"docs":{},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.02608695652173913},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.0189873417721519}}},"(":{"docs":{},"在":{"docs":{},"业":{"docs":{},"务":{"docs":{},"中":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},"安":{"docs":{},"全":{"docs":{},"性":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"[":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}},":":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.006756756756756757},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"y":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.005698005698005698}},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"!":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.013513513513513514}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}},"w":{"docs":{},",":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}}}}}},"为":{"docs":{},"例":{"docs":{},",":{"docs":{},"效":{"docs":{},"果":{"docs":{},"见":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}},"标":{"docs":{},"注":{"docs":{},"出":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"基":{"docs":{},"本":{"docs":{},"构":{"docs":{},"成":{"docs":{},"组":{"docs":{},"件":{"docs":{},"如":{"docs":{},"下":{"docs":{},"图":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}},"我":{"docs":{},"们":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.009259259259259259}}}}}}},"来":{"docs":{},"对":{"docs":{},"比":{"docs":{},"一":{"docs":{},"下":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"看":{"docs":{},"看":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"#":{"docs":{"detailed/":{"ref":"detailed/","tf":0.16326530612244897}},"a":{"docs":{},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}}},"│":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}},"└":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.047619047619047616}}}},"├":{"docs":{},"─":{"docs":{"detailed/":{"ref":"detailed/","tf":0.14285714285714285}}}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"页":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}},"名":{"docs":{},"权":{"docs":{},"重":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"每":{"docs":{},"页":{"docs":{},"显":{"docs":{},"示":{"docs":{},"记":{"docs":{},"录":{"docs":{},"数":{"docs":{},"下":{"docs":{},"拉":{"docs":{},"选":{"docs":{},"择":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"目":{"docs":{},"录":{"docs":{},"树":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}},"见":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}},"行":{"docs":{},"首":{"docs":{},"多":{"docs":{},"选":{"docs":{},"框":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}},"主":{"docs":{},"体":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}},"分":{"docs":{},"栏":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/":{"ref":"detailed/","tf":0.02040816326530612}}}}}}}}}},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.012738853503184714},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.012658227848101266}},"s":{"docs":{},":":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"承":{"docs":{},"载":{"docs":{},"这":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}},"几":{"docs":{},"乎":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}}}}}}}}}},"列":{"docs":{},"定":{"docs":{},"义":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}},"则":{"docs":{},"采":{"docs":{},"用":{"docs":{},"手":{"docs":{},"风":{"docs":{},"琴":{"docs":{},"策":{"docs":{},"略":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}}},"参":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"可":{"docs":{},"选":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}},"项":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"以":{"docs":{},"实":{"docs":{},"现":{"docs":{},"无":{"docs":{},"限":{"docs":{},"递":{"docs":{},"归":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},",":{"docs":{},"就":{"docs":{},"是":{"docs":{},"通":{"docs":{},"过":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"来":{"docs":{},"避":{"docs":{},"免":{"docs":{},"命":{"docs":{},"名":{"docs":{},"空":{"docs":{},"间":{"docs":{},"的":{"docs":{},"麻":{"docs":{},"烦":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"否":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.07377049180327869},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.047337278106508875}}},"多":{"docs":{},"项":{"docs":{},"选":{"docs":{},"择":{"docs":{},"的":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"亏":{"docs":{},"有":{"docs":{},"了":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}},"当":{"docs":{},"页":{"docs":{},"记":{"docs":{},"录":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}},"前":{"docs":{},"行":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}},"往":{"docs":{},"下":{"docs":{},"着":{"docs":{},"重":{"docs":{},"讲":{"docs":{},"解":{"docs":{},":":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}},"是":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.03278688524590164}},"否":{"docs":{},"必":{"docs":{},"须":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}},"支":{"docs":{},"持":{"docs":{},"保":{"docs":{},"存":{"docs":{},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},"排":{"docs":{},"序":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"显":{"docs":{},"示":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}},"分":{"docs":{},"页":{"docs":{},"相":{"docs":{},"关":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"表":{"docs":{},"头":{"docs":{},"设":{"docs":{},"置":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}},"该":{"docs":{},"列":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}}},"如":{"docs":{},"何":{"docs":{},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"查":{"docs":{},"询":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},"汇":{"docs":{},"总":{"docs":{},"行":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}},"用":{"docs":{},"于":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.01639344262295082},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.01775147928994083}},"传":{"docs":{},"递":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"类":{"docs":{},"型":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},",":{"docs":{},"但":{"docs":{},"它":{"docs":{},"本":{"docs":{},"身":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"录":{"docs":{},"总":{"docs":{},"数":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}},"说":{"docs":{},"明":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}},"文":{"docs":{},"字":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"额":{"docs":{},"外":{"docs":{},"传":{"docs":{},"给":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"承":{"docs":{},"载":{"docs":{},"容":{"docs":{},"器":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"值":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.00819672131147541},"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}},"`":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"`":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.002849002849002849}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008547008547008548}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"p":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}},"i":{"docs":{},"t":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.02631578947368421}}}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.038461538461538464},"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"getting-started.html":{"ref":"getting-started.html","tf":5.008695652173913}},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}}}}},"下":{"docs":{},"面":{"docs":{},"列":{"docs":{},"出":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"与":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"同":{"docs":{},"时":{"docs":{},"用":{"docs":{},"于":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.008875739644970414}}}}},"步":{"docs":{},"本":{"docs":{},"地":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"字":{"docs":{},"段":{"docs":{},"名":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}},"显":{"docs":{},"示":{"docs":{},"名":{"docs":{},"称":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}},"标":{"docs":{},"准":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"简":{"docs":{},"单":{"docs":{},"写":{"docs":{},"法":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}}}},"高":{"docs":{},"级":{"docs":{},"列":{"docs":{},"子":{"docs":{"detailed/props-columns.html":{"ref":"detailed/props-columns.html","tf":0.0029585798816568047}}}},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"的":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}},"!":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.00980392156862745}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"i18n.html":{"ref":"i18n.html","tf":0.007633587786259542}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}},"$":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.0297029702970297}}}}}}}}},"$":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},",":{"docs":{},"包":{"docs":{},"含":{"docs":{},"以":{"docs":{},"下":{"docs":{},"三":{"docs":{},"个":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}},",":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}}}}}}},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"是":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"东":{"docs":{},"西":{"docs":{},")":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}}},"传":{"docs":{},"入":{"docs":{},"到":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"作":{"docs":{},"为":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"便":{"docs":{},"捷":{"docs":{},"操":{"docs":{},"作":{"docs":{},"函":{"docs":{},"数":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{},"名":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}},"的":{"docs":{},"各":{"docs":{},"个":{"docs":{},"元":{"docs":{},"素":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}},"部":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}},"对":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}},"才":{"docs":{},"合":{"docs":{},"理":{"docs":{},",":{"docs":{},"但":{"docs":{},"主":{"docs":{},"流":{"docs":{},"的":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}},"搬":{"docs":{},"出":{"docs":{},"来":{"docs":{},":":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}},"支":{"docs":{},"持":{"docs":{},"内":{"docs":{},"嵌":{"docs":{},"组":{"docs":{},"件":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}},"由":{"docs":{},"上":{"docs":{},"可":{"docs":{},"知":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"在":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"部":{"docs":{},",":{"docs":{},"即":{"docs":{},"可":{"docs":{},"通":{"docs":{},"过":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}}}}}}}},"您":{"docs":{},"可":{"docs":{},"以":{"docs":{},"基":{"docs":{},"于":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}},"于":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}},"省":{"docs":{},"略":{"docs":{},"手":{"docs":{},"风":{"docs":{},"琴":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"不":{"docs":{},"可":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"属":{"docs":{},"性":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.006329113924050633}}}}}}}}}}},":":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136}},"稍":{"docs":{},"微":{"docs":{},"把":{"docs":{},"基":{"docs":{},"本":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"了":{"docs":{},":":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}},")":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}},".":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.04950495049504951}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"detailed/":{"ref":"detailed/","tf":0.023809523809523808}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.013605442176870748}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0033783783783783786}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}}}},"s":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725},"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.010135135135135136},"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633},"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.009900990099009901}},"a":{"docs":{},"g":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374},"detailed/props-data.html":{"ref":"detailed/props-data.html","tf":0.004901960784313725}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.006369426751592357}}}}}}}},"p":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"一":{"docs":{},"般":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"您":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"空":{"docs":{},"对":{"docs":{},"象":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"数":{"docs":{},"组":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"述":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"均":{"docs":{},"在":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"中":{"docs":{},"有":{"docs":{},"所":{"docs":{},"体":{"docs":{},"现":{"docs":{},",":{"docs":{},"最":{"docs":{},"终":{"docs":{},"目":{"docs":{},"的":{"docs":{},"都":{"docs":{},"是":{"docs":{},"让":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"查":{"docs":{},"询":{"docs":{},"属":{"docs":{},"性":{"docs":{},"变":{"docs":{},"成":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"(":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"面":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}},"会":{"docs":{},"立":{"docs":{},"即":{"docs":{},"发":{"docs":{},"生":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"故":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{},"时":{"docs":{},"传":{"docs":{},"入":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"到":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"即":{"docs":{},"可":{"docs":{},"。":{"docs":{},"若":{"docs":{},"还":{"docs":{},"有":{"docs":{},"其":{"docs":{},"他":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}},"若":{"docs":{},"有":{"docs":{},"行":{"docs":{},"被":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"则":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}},"时":{"docs":{},"无":{"docs":{},"需":{"docs":{},"加":{"docs":{},"上":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}},"温":{"docs":{},"馨":{"docs":{},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"若":{"docs":{},"采":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}},"疑":{"docs":{},"惑":{"docs":{},":":{"docs":{},"什":{"docs":{},"么":{"docs":{},"时":{"docs":{},"候":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"种":{"docs":{},"见":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"虽":{"docs":{},"是":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"看":{"docs":{},"看":{"docs":{},"本":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}},"请":{"docs":{},"求":{"docs":{},",":{"docs":{},"赋":{"docs":{},"值":{"docs":{},"较":{"docs":{},"为":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"一":{"docs":{},"个":{"docs":{},"网":{"docs":{},"址":{"docs":{},")":{"docs":{},"时":{"docs":{},"最":{"docs":{},"好":{"docs":{},"使":{"docs":{},"用":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}},"通":{"docs":{},"过":{"docs":{},"监":{"docs":{},"听":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}},"需":{"docs":{},"要":{"docs":{},"加":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}},"监":{"docs":{},"听":{"docs":{},"深":{"docs":{},"层":{"docs":{},"嵌":{"docs":{},"套":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}}}}},"非":{"docs":{},"计":{"docs":{},"算":{"docs":{},"属":{"docs":{},"性":{"docs":{},"的":{"docs":{"detailed/props-query.html":{"ref":"detailed/props-query.html","tf":0.0044444444444444444}}}}}}}},"假":{"docs":{},"如":{"docs":{},"产":{"docs":{},"品":{"docs":{},"经":{"docs":{},"理":{"docs":{},"要":{"docs":{},"求":{"docs":{},"默":{"docs":{},"认":{"docs":{},"就":{"docs":{},"要":{"docs":{},"全":{"docs":{},"部":{"docs":{},"勾":{"docs":{},"选":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"没":{"docs":{},"问":{"docs":{},"题":{"docs":{},"的":{"docs":{},"。":{"docs":{},"就":{"docs":{},"拿":{"docs":{},"高":{"docs":{},"级":{"docs":{},"例":{"docs":{},"子":{"docs":{},"改":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"会":{"docs":{},"进":{"docs":{},"入":{"docs":{},"到":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}},"就":{"docs":{},"是":{"docs":{},"这":{"docs":{},"么":{"docs":{},"简":{"docs":{},"单":{"docs":{},"!":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}},"编":{"docs":{},"程":{"docs":{},"式":{"docs":{},"勾":{"docs":{},"选":{"docs":{},"第":{"docs":{},"一":{"docs":{},"条":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},":":{"docs":{"detailed/props-selection.html":{"ref":"detailed/props-selection.html","tf":0.019230769230769232}}}}}}}}}}}}}}}}}},"*":{"docs":{},"/":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.022900763358778626}},"]":{"docs":{},",":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}},"}":{"docs":{},")":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.006329113924050633}}}}}},"再":{"docs":{},"三":{"docs":{},"斟":{"docs":{},"酌":{"docs":{},"下":{"docs":{},",":{"docs":{},"本":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}},"引":{"docs":{},"入":{"docs":{},"了":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"妙":{"docs":{},"用":{"docs":{},"是":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"仅":{"docs":{},"限":{"docs":{},"于":{"docs":{},"当":{"docs":{},"前":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}}}}}}}}},"顾":{"docs":{},"名":{"docs":{},"思":{"docs":{},"义":{"docs":{},",":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"detailed/props-xprops.html":{"ref":"detailed/props-xprops.html","tf":0.00909090909090909}}}}}}}}}}}},"值":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}},"嵌":{"docs":{},"套":{"docs":{},"组":{"docs":{},"件":{"docs":{},"控":{"docs":{},"制":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"_":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.024390243902439025}}}}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.036585365853658534}}}},"涵":{"docs":{},"盖":{"docs":{},"上":{"docs":{},"述":{"docs":{},"所":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"运":{"docs":{},"用":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"参":{"docs":{},"考":{"docs":{"detailed/dynamic-comps.html":{"ref":"detailed/dynamic-comps.html","tf":0.012195121951219513}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"什":{"docs":{},"么":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}},"原":{"docs":{},"理":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}},"很":{"docs":{},"简":{"docs":{},"单":{"docs":{},"吧":{"docs":{},"?":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"操":{"docs":{},"作":{"docs":{},"(":{"docs":{},"以":{"docs":{"i18n.html":{"ref":"i18n.html","tf":0.007751937984496124}}}}}}}}}}}},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"繁":{"docs":{},"琐":{"docs":{},"的":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}}}}}}}}}},"来":{"docs":{},"定":{"docs":{},"制":{"docs":{},"源":{"docs":{},"码":{"docs":{"DIY.html":{"ref":"DIY.html","tf":0.03125}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.038461538461538464}}},")":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}},"y":{"docs":{"detailed/datatable-props.html":{"ref":"detailed/datatable-props.html","tf":0.025477707006369428}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"preface.html":{"ref":"preface.html","tf":0.01639344262295082}}}}}}}},"'":{"docs":{},"d":{"docs":{"tricks.html":{"ref":"tricks.html","tf":0.006802721088435374}}}}}}},",":{"docs":{"getting-started.html":{"ref":"getting-started.html","tf":0.008695652173913044}}}},"length":2161},"corpusTokens":["!this.vis","#","#advanc","#basic","$data.query)","$i18n('item","$i18n('show')","$route.queri","$set","$toggl","$toggle(comp)","$toggle(comp,","$toggle(visible)","$vm","$vm.$set","$vm._uida","$vm._uid实际上就是利用了该为全局唯一的组件","&","'$route.query'","''","'')","'',","',':","'../../../'","'../_mockdata'","'./lib/index.vue'","'__nested__',","'accordion'","'age',","'appli","'apply':","'berkeley'","'boolean':","'clear","'color'","'color',","'country'","'country',","'creat","'createtime',","'createtimetd'","'createtimeth',","'email'","'email',","'extra","'false'","'favorit","'filterth'","'filterth',","'ip'","'ip',","'italic'","'item","'ken'","'keyword',","'lang',","'language',","'name'","'name',","'no","'normal'","'normal',","'operation',","'opt'","'pl',","'program","'programlang',","'radio',","'show':","'sortable',","'string':","'summary':","'text","'total':","'true'","'true',","'uid',","'use","'user","'username',","'vue'","'vue2","'w","'共',","'应用',","'应用并保存设置到本地',","'无数据',","'正在使用本地设置',","'每页展示',","'汇总',","'清空本地设置并恢复',","'项'","'项,',","(!item.__nested__)","((col.weight","()","(...)","(accordion","(arguments.length)","(but","(click","(comp,","(computed.columns$","(computed.data$","(demo","(diy)","(e.g.","(if","(issues)","(lib/index.vue).bi","(nest","(of","(pay","(props)","(query)","(radio)',","(recommended)","(releases)","(row)","(rows)","(sourc","(spread)","(such","(summari","(this.supportnested)","(titl","(typeof","(vue,","({",")","*/","*/],","*/})","+",",",".$on('',",".$on('reload',","...","...$prop","...queri","/","/*","//","0","0),","0,","0:","1","1,","1.x","1.x.(in","10,","1:","2","2,","2.x.but","2.x若要运用在","240',","2:","3,","3.x","4","4.x(avail","4.x(全局引入)",":column",":data",":queri",":select",":xprop","=","=>",">_","[","[...this.data])","[/*","[]","[],","[].if","[{","]","],","__nested__","__nested__,","__nested__,包含以下三个属性:","`radio`","`type`","`visible:","a:","abov","above,","accord","accordion","adapt:","advanc","ajax","all.thi","allow","alway","api","array","assum","attach","attent","attention:","attr","attribut","attributes:","awar","awesom","b:","backup","base","basic","befor","before,","below","below:","better","bind","boolean","bootstrap","both","break","build","build,","busi","c:","call","care","case","cases,","catalog","cd","chang","changeful,","changelog","class","clean,","clear","cli","cli'","clone","cn'","cn.j","cn.js:","code","col","col))","col.weight","colclass","colclass:","color',","cols.map(col","colspan","colstyl","column","columngroup.vu","columns:","columns[i]","columns[i]:","come","comma","common","comp","comp)","comp:","compar","complex","compon","component'","component)。若传入","component),靠的就是在这里做文章直接把源码","component,to","component/locales/zh","components.","components.(of","components.but","components:","components(thcomp","component(refer","component)","comprehend","comprehens","compromise.","comps/","comput","computed.columns$)","computed.data$","condit","configur","consid","console.log(this)","const","contain","container.","content","content,","content.","control","conveni","convert","cource,","cover","creat","current","custom","d:","data","data$","data':","data.","data.foreach(item","data:","datat","datatable)","datatable.git","datatables,","dedic","deep","deep:","default","default,","defin","definit","degrad","demo","depend","desc","deselect","design","detail","devtool","direct","display","diy","do","do.","docs:","document","doesn't","don't","dynam","e.g.","each","earth","easy,","effort.","either:","elegant.","emphas","empti","encodeuricompon","enumerable:","equal","escap","event","eventbu","eventbus:","eventbus,这样的话就不需要区分命名空间了我们拿基本例子改一下:","evolv","exactli","exampl","example,","example.they","example:","examples#advanc","examples#advanced)","examples#advanced)almost","examples#bas","examples#basic)","examples/","examples/if","examples/src","examples/src/advanced/comps/th","examples/src/advanced/index.vu","examples/src/advanced/index.vue,","examples/src/basic/index.vu","examples:","excerpt","explain","explain:","export","extend","extra","fals","false,","false`,","featur","field","field:","filter.vu","filter.vue)","first","follow","font","fontstyle:","fontweight:","forget","full","function","gener","get","get,","git","global","globally)","grasp","groupname:","handlequerychang","handler","headerset","headersettings/","headersettings/index.vu","headsort.vu","helloworld","help","here","highli","homework","hook","https://github.com/onewaytech/vue2","i18n","id","id',","id:","id,避免了自行实现","imitate.","immediate:","immediately.that'","implement","import","includ","index.js:","index.js):","index.vu","info',","init","initi","inlin","instal","instanc","instance.therefore,","into:","invok","is,","issu","it'","it.","item","jsx","keep","key","key,","keyword),","keyword:","keyword),则以下两种方式二选一:","label","label:","language',","latter","lead","less","let","let'","lib/","lib/headersettings/columngroup.vu","lib/index.vu","lib/index.vue)","lib/index.vue),","lib/index.vue):","lib/limitselect.vu","lib/limitselect.vue:","lib/如果您觉得某些功能很必须,随时欢迎","libraries.","limit:","limitselect.vu","listen","live","loaddata","local","local':","locale[srctxt]","locales/zh","lodash.orderbi","look","made","magic","make","mani","manual","me)","mean","meaningless)","meet","method","methods.search","methods.search)","methods:","migrat","mockdata","mockdata(query).then(({","mockdata(this.query).then(({","mode","more","multi","multiselect.vu","n","name","name:","names).","namespac","necessari","necessary,","need","need:","nest","nested,","new","none","normally,","now","npm","number","object","object!","object.defineproperty(item,","object.keys(q).foreach(key","offici","offset:","ok","omit","on","on,","open","oper","opt","option","or:","order:","ourselves.","p.s.","page","page')","page':","pagin","pagination.vu","pass","pass?","path:","pattern","per","perform","place","plenti","pm","popular","pr","prefac","prefer","premise,","print","problem.let'","production)","programmat","project","prop","properti","property,","props.","props.a","props.nest","props.nested.$toggl","props.row.__nested__.$toggl","props.row.__nested__.$toggle,","props:","props那么,源码","props高级例子","props,以避免污染源码模板","proptype:","pr!","purpose:","q","q[key]))","queri","query:","query(在业务中请注意安全性)","question:","rank","reactive!(method","recommend","record","recurs","ref","refer","relat","reload","reload.th","render","replac","requir","required)","requirement:","requirements.(if","restore':","result,","return","rid","right?","roll","row","row)","row.__nested__)","rows,","rows.however,","s","sake","same","same.","secur","see","seem","select","selected,","selection.","semant","set","set)","settimeout(()","settings':","shorten","shorthand","should:","shown","simpl","simple!","simple.but","simplest","simplifi","solut","someth","sort","sort:","sortabl","sourc","source.und","source,","speaking,","spread","srctxt","standard","start","started,","string","string,","string(若为字符串类型则禁止设置该列显隐状态)","structur","studi","style","success'","suitabl","summari","support","supported)","switch","sync","tabl","take","talk","tbl","tdclass","tdclass:","tdcomp","tdcomp:","tdstyle","tdstyle:","templat","test:","thank","thclass","thclass:","thcomp","thcomp:","these,","thing)","this.$nexttick(()","this.$route.path,","this.$route.queri","this.$router.push({","this.$set(item,","this.$set(query,","this.$set(this.query,","this.comp","this.data","this.data[0]","this.data因为这样会导致引用一致,任意点击取消勾选,则当前","this.loaddata()","this.loaddata)","this.select","this.summari","this.tot","this.vis","this.xprops.eventbu","three","thstyle","thstyle:","time',","time,","tips:","titl","title:","title)","toggle)","total","total,","total:","tree","tri","trick","trick,","true","true,","true?answer:","true(但需要","true(当然加了也无妨)","true)","true?解答:一般来说,需要加的只有:","two","type","type:","undefin","understand","unenumer","uniqu","unlimit","unnecessari","up","url","url)","url.","url稍微把基本例子改一下就可以了:","us","usag","usages,","v","valu","verbos","veri","version","visibl","visible)","visible:","vue","vue()","vue.component('datatable',","vue.prototype.$i18n","vue.set","vue.use(datatable)","vue.use(datatable,","vue2","vuejs/vue#4962","watch","watch:","way","way,","way:","webpack","weight","weight:","welcome!","what'","whole","within","works:","wow,","xprop","xprops,","xprops:","xprops,用于承载这些额外的","y","you'd","yourself.","{","{/*","{{","{}","{})","{},","{}.if","||","}","})","}),","},","}]","}])","}])","}}","}(推荐)","§","⊙","│","└─","├─","一般情况下,您只需要传入一个空对象","一般情况下,您只需要传入一个空数组","上述两种方式均在高级例子中有所体现,最终目的都是让额外的查询属性变成响应式的(其中第","上面的","下面列出","与","中","中使用了","中截取","中的","中的可配置项:","中的显示名称(若无则使用","中的模板,很有可能会演变成这样子:","中:","为例):","为例,效果见","为例,标注出对应的基本构成组件如下图所示:","主体","也是没问题的,因为是同一个东西)","了解","了解动态组件的用法","仅支持","以下代码均由源码模板","以中文为例:","以及","以高级例子","任何开源的","会立即发生变化,故","传入到对应的","作为","例如,源码","便捷操作函数","值","假如产品经理要求默认就要全部勾选,也是没问题的。就拿高级例子改一下:","先前采用的是","内嵌组件名","内的各个元素","内部使用的","再三斟酌下,本","几乎涵盖上述所有配置,建议参考","分页","列定义","则采用手风琴策略","初始化时传入","利用","利用逗号运算符,可以把上面的代码缩写为一行:","到","前言","功能,让我们可以避免繁琐的","动态组件","动态组件(thcomp","包含什么内容:","即可。若还有其他查询条件(例如","即可若有行被勾选,则对应的","原理","参数","可以实现无限递归嵌套的高级例子,就是通过这样的方式来避免命名空间的麻烦","可选值","可选项","同时用于","同步本地","否","国际化","在","在初始化时就传入","在开始前,最好先来做一下预备功课,以便于您的理解","在此必须明确指出,全选不能这样操作:","在此提一个常见的需求:实现刷新后保持查询条件最常见的解决方案是同步查询条件到","在源码模板中,","在讲解配置项前,我们先来了解一下本","基本例子","多亏有了","多项选择的容器","如下所示:","字段名","字段名称","定义:","实例","实现对","实现类似","实际上","实际上该项应该叫","对","将会进入到","就是这么简单!","属性","嵌套组件控制(row.__nested__","巧用","巧用逗号运算符","开始","引入了","当前行","当页记录","往下着重讲解:","很简单吧?","总览","我们以基本例子","我们来对比一下","我们来看看","或在组件中","所有","才合理,但主流的","打印出当前实例,了解实例属性有哪些,分别作何用","技巧","排名权重","排序","搬出来:","支持内嵌组件","时无需加上","是","是否必须","是否支持保存表头设置","是否支持内嵌组件","是否支持排序","是否显示","是否显示分页相关组件","是否显示表头设置组件","是否显示该列","是如何初始化","显示名称","最常见的妙用是,传入一个仅限于当前","本","本技巧参考自","本组件采用的是最简单的方案(见","本身该项是没啥好讲的,但本","来定制源码","查询对象","标准写法","模板中是这样操作(以","每页显示记录数下拉选择框","汇总行","注:bootstrap","涵盖上述所有动态组件的运用,建议参考","温馨提示:若采用","源码目录树","源码见","版本迭代(releases)","用于","用于传递额外的","由上可知,queri","由上可知,本","由于","由此,在对应的动态组件内部,即可通过","由此,您可以基于","疑惑:什么时候","的","的依赖如下:","的内联样式","的动态组件名","的变化来重新获取数据","的可替换性极强,您完全可以使用其他库替代(一般就是改一下类名即可)","的引用)","的控制(当然,直接操作","的构造","的标准形式(源码见","的模板简写","的用法相当详尽,建议参考","的类名","的这种简写最终都会被转为","的项目,请根据官方的","的(源码见","省略手风琴的实现","种见","简单写法","类型","类型(例如","类型(例如上面的","类型,但它本身是一个计算属性,因此不需要加","组件中定义:","组件实例所包含的属性","组件对","编程式勾选第一条,可以这样操作:","自定制","自行使用","若","虽是","行首多选框","表头设置","表头设置主体","表头设置分栏组件","让我们来看看本","记录总数","设置了一个不可遍历属性","设置:this.$set(this.query,","详情请参考文档:dynam","详解","详解(点我)","说明","说明文字","请求,赋值较为复杂(例如一个网址)时最好使用","转义","这仅仅就是一个普通对象而已","这种最简单的方式去生成全局唯一","通过监听","那么下面两种写法是等价的,但显然后者更优雅简洁","都会被清空!","都是这样称呼,我也不能免俗","都是通过动态组件实现而业务需求又是不固定的,很可能需要传入很多额外的","都未必能满足所有的业务需求(否则也不会有这个项目了)本文档致力于让您在理解组件设计以及源码的基础上,可自行定制出最适合您的","配置","配置项","配置项(props)","钩子函数)","钩子函数):","问题反馈(issues)","降级使用(一般也只是替换掉","需要加","需要监听深层嵌套的","非计算属性的","顾名思义,xprop","额外传给动态组件的承载容器","高级例子中的","高级例子中,","高级列子","默认值"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Catalog","keywords":"","body":"§ Catalog\n\nCatalog\nPreface\nTricks\nGetting started\nDetailed (click me)\nprops of Datatable\n:columns\n:data\n:query\n:selection\n:xprops\nDynamic Components\n\n\nI18N\nDIY\nQ & A (issues)\nChangelog (releases)\n\n"},"preface.html":{"url":"preface.html","title":"Preface","keywords":"","body":"§ Preface\n\nThis Datatable only supports Vue 2.x.But you can degrade it according to Migration from Vue 1.x.(In most of the time, you just need to replace ref / key / )\n\nThere are plenty of open-source Datatables, but none of them could meet all the business requirements.(if there is, this project is meaningless)\nThis documentation is dedicated to letting you comprehend the design and the source.Under this premise, you can build the most suitable Datatable yourself.\nThe dependencies of this project shown below:\n\nBootStrap 3.x + Font Awesome 4.x(available globally)\nlodash.orderBy\nreplace-with\n\nP.S. BootStrap and Font Awesome can be replaced with other popular libraries.\n"},"tricks.html":{"url":"tricks.html","title":"Tricks","keywords":"","body":"§ Tricks\n\nBefore getting started, you'd better do some homework for a better comprehension\n\n\n⊙ Grasp the usage of dynamic components\nTake a look at the official docs: Dynamic Components.\n⊙ Too many props to pass? v-bind can help just like spread operator (...) in JSX\n\nAccording to vuejs/vue#4962\n\n\n \n \n \n \n \n \n\n\nexport default {\n data: () => ({\n a: 1,\n b: 2,\n c: 3,\n d: 4\n })\n}\n\n\n⊙ Simplify template for propType: Boolean\nAssume there is a HelloWorld component and its props defined as below:\nprops: {\n test: Boolean\n}\n\nThen the following patterns are equal but the latter seemed more elegant.\n\n\n\n\n\n⊙ Shorten code with comma operator\ncols.map(col => {\n col.weight = col.weight || 0\n return col\n})\n\n// Shortened\ncols.map(col => ((col.weight = col.weight || 0), col))\n\n⊙ Be aware of what's in the Vue instance\nPrint the $vm with vue-devtools or console.log(this) within a component,to see what on earth attach to an Vue instance and what exactly they mean / do.\ne.g. Source lib/HeaderSettings/ColumnGroup.vue made use of $vm._uidas it's the global unique component ID and we don't need to generate one ourselves.\n\nUnique component IDs were generated by setTimeout(() => {}) before, which was almost the simplest way\n\n"},"getting-started.html":{"url":"getting-started.html","title":"Getting started","keywords":"","body":"§ Getting started\n>_ npm i -S vue2-datatable-component\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\n\nVue.use(Datatable) // OK\n\nLet's roll up with the basic example (source - examples/src/Basic/index.vue , demo - examples#basic)\n\n \n query: {{ query }}\n \n \n\n\nimport mockData from '../_mockData'\n\nexport default {\n data: () => ({\n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n query: {}\n }),\n watch: {\n query: {\n handler (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n },\n deep: true\n }\n }\n}\n\n\n"},"detailed/":{"url":"detailed/","title":"Detailed (click me)","keywords":"","body":"§ Detailed\nIt would be better for you to understand the structure of this Datatable before the detailed content.\nThe source tree lib/ shown as below:\nlib/\n ├─ HeaderSettings/\n │ ├─ ColumnGroup.vue\n │ └─ index.vue\n ├─ HeadSort.vue\n ├─ LimitSelect.vue\n ├─ MultiSelect.vue\n ├─ Pagination.vue\n └─ index.vue\nLet's look at the structure of the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)\n\n \n\n"},"detailed/datatable-props.html":{"url":"detailed/datatable-props.html","title":"props of Datatable","keywords":"","body":"§ props of Datatable\n\n\n\nprop\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ncolumns\nDefination of columns\nArray\n-\n-\nY\n\n\ndata\nTable data of the current page (rows)\nArray\n-\n-\nY\n\n\ntotal\nTotal number of records\nNumber\n-\n-\nY\n\n\nquery\nQuery object\nObject\n-\n-\nY\n\n\nselection\nContainer of multi-select\nArray\n-\n-\nN\n\n\nsummary\nSummary row\nObject\n-\n-\nN\n\n\nxprops\nContainer of extra props passed to dynamic components\nObject\n-\n-\nN\n\n\nHeaderSettings\nShould render HeaderSettings\nBoolean\ntrue / false\ntrue\nN\n\n\nPagination\nShould render pagination related\nBoolean\ntrue / false\ntrue\nN\n\n\ntbl-class\nclasses for \nString / Object / Array\n-\n-\nN\n\n\ntbl-style\ninline styles for \nString / Object / Array\n-\n-\nN\n\n\nsupport-backup\nShould support backup of HeaderSettings\nBoolean\ntrue / false\nfalse\nN\n\n\nsupport-nested\nShould support nested components (accordion mode is supported)\nBoolean / String\ntrue / false / 'accordion'\nfalse\nN\n\n\n\n\nThe above is based on the source (lib/index.vue).By the way, the advanced example (source - examples/src/Advanced/index.vue, demo - examples#advanced)almost covers all the usages, which is highly recommended to study and imitate.\n\nIn the following content, I would like to emphasize the props below: \n\ncolumns\ndata\nquery\nselection\nsummary\nxprops\nDynamic components(thComp / tdComp / nested component)\n\n"},"detailed/props-columns.html":{"url":"detailed/props-columns.html","title":":columns","keywords":"","body":":columns\nLet's compare the columns definitions of the basic and advanced examples:\n// examples#basic - shorthand version\ncolumns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n]\n\n// examples#advanced - standard version\ncolumns: [{\n groupName: 'Normal',\n columns: [\n { title: 'Email', field: 'email', visible: false, thComp: 'FilterTh', tdComp: 'Email' },\n { title: 'Username', field: 'name', thComp: 'FilterTh', tdStyle: { fontStyle: 'italic' } },\n { title: 'Country', field: 'country', thComp: 'FilterTh', thStyle: { fontWeight: 'normal' } },\n { title: 'IP', field: 'ip', visible: false, tdComp: 'IP' }\n ]\n}, {\n groupName: 'Sortable',\n columns: [\n { title: 'UID', field: 'uid', label: 'User ID', sort: true, visible: 'true', weight: 1 },\n { title: 'Age', field: 'age', sort: true, thClass: 'text-info', tdClass: 'text-success' },\n { title: 'Create time', field: 'createTime', sort: true, colClass: 'w-240', thComp: 'CreatetimeTh', tdComp: 'CreatetimeTd' }\n ]\n}, {\n groupName: 'Extra (radio)',\n type: 'radio',\n columns: [\n { title: 'Operation', tdComp: 'Opt' },\n // don't forget to set the columns below `visible: false`, since the `type` is `radio`\n { title: 'Color', field: 'color', explain: 'Favorite color', visible: false, tdComp: 'Color' },\n { title: 'Language', field: 'lang', visible: false, thComp: 'FilterTh' },\n { title: 'PL', field: 'programLang', explain: 'Programming Language', visible: false, thComp: 'FilterTh' }\n ]\n}]\n\n\nAccording to the source (computed.columns$ in lib/index.vue), shorthand version would always be converted to standard version\n\nThese are attributes of columns[i]:\n\n\n\nAttr\nDesc\nType\nOptional values\nDefault value\nRequired\n\n\n\n\ntitle\nDisplayed title\nString\n-\n-\nN\n\n\nlabel\nlabel in HeaderSettings (title will take its place if not set)\nString\n-\n-\nN\n\n\nfield\nField name of row\nString\n-\n-\nN\n\n\nexplain\nExplaination of the field\nString\n-\n-\nN\n\n\nsort\nIs sortable\nBoolean\ntrue / false\nfalse\nN\n\n\nweight\nRanking weight\nNumber\n-\n0\nN\n\n\nvisible\nIs visible\nBoolean / String (if the type is String, the visibility is not allowed to toggle)\ntrue / false / 'true' / 'false'\ntrue\nN\n\n\ncolspan\ncolspan for / \nNumber\n-\n-\nN\n\n\ncolClass\nclasses for / \nString / Object\n-\n-\nN\n\n\ncolStyle\ninline styles for / \nObject\n-\n-\nN\n\n\nthClass\nclasses for \nString\n-\n-\nN\n\n\nthStyle\ninline styles for \nObject\n-\n-\nN\n\n\nthComp\nname of dynamic component for \nString\n-\n-\nN\n\n\ntdClass\nclasses for \nString\n-\n-\nN\n\n\ntdStyle\ninline styles for \nObject\n-\n-\nN\n\n\ntdComp\nname of dynamic component for \nString\n-\n-\nN\n\n\n\n"},"detailed/props-data.html":{"url":"detailed/props-data.html","title":":data","keywords":"","body":":data\n\nIn a more semantic way, it should be called rows.However, most of the popular Datatables prefer data. So I have to compromise.\n\nNormally, it's not necessary to talk about this attribute since it's so simple.But this Datatable supports nested components by performing magic in it.\nIt would be more direct to deep into the source (computed.data$ in lib/index.vue) to see how it works:\ndata$ () {\n const { data } = this\n if (this.supportNested) {\n data.forEach(item => {\n if (!item.__nested__) {\n this.$set(item, '__nested__', {\n comp: '',\n visible: false,\n $toggle (comp, visible) {\n switch (arguments.length) {\n case 0:\n this.visible = !this.visible\n break\n case 1:\n switch (typeof comp) {\n case 'boolean':\n this.visible = comp\n break\n case 'string':\n this.comp = comp\n this.visible = !this.visible\n break\n }\n break\n case 2:\n this.comp = comp\n this.visible = visible\n break\n }\n }\n })\n ... // omit the implementation of accordion\n Object.defineProperty(item, '__nested__', { enumerable: false })\n }\n })\n }\n return data\n}\n\nAccording to the above, each item (row) of data (rows) is $set an unenumerable __nested__, including three attributes:\n\n\n\nAttr\nDesc\nType\nOptional values / usages\nDefault value\n\n\n\n\ncomp\nname of the current nested component\nString\n-\n''\n\n\nvisible\nIs the nested component visible\nBoolean\ntrue / false\nfalse\n\n\n$toggle\nAPI to control comp and visible conveniently\nFunction\n$toggle(comp) / $toggle(visible) / $toggle(comp, visible)\n-\n\n\n\nIn the source, __nested__ would be passed to the related tdComp and nested components:\n\n\n\n\n\n\n\n\nBy doing all these, we could control the nested component by props.nested.$toggle in the related dynamic components.(Of cource, you can invoke props.row.__nested__.$toggle, which is the same thing)\n\nIn the advanced example, component Opt made a full use of nested, which is highly recommended to study and imitate.\n\n"},"detailed/props-query.html":{"url":"detailed/props-query.html","title":":query","keywords":"","body":":query\nLet's see how this Datatable initializes query (source - hook created in lib/index.vue):\ncreated () { // init query\n const { query } = this\n const q = { limit: 10, offset: 0, sort: '', order: '', ...query }\n Object.keys(q).forEach(key => this.$set(query, key, q[key]))\n}\n\n\nAccording to the above, query will change immediately.That's why watch: query doesn't need immediate: true (but deep: true is required)\n\nNormally, you just need to pass an empty object {}.If there are any other query conditions (such as keyword), you should:\n\nEither: initially pass { keyword: '' } (recommended)\nOr: manually this.$set(this.query, 'keyword', '') with Vue.set / $vm.$set\n\n\nBoth of the methods above were used in the advanced example.They both have the same purpose: make the extra query conditions reactive!(Method 2 see methods.search in examples/src/Advanced/comps/th-Filter.vue)\nTips: If you are using Ajax - GET, don't forget to use encodeURIComponent to escape complex values (such as a URL)\n\n\n⊙ Extended\nHere we have a very common requirement: keep the query conditions after the full page reload.The most common solution is sync query with URL.\nLet's make the basic example to meet the requirement:\n\n \n query: \n \n \n\n\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data () {\n return { \n columns: [\n { title: 'User ID', field: 'uid', sort: true },\n { title: 'Username', field: 'name' },\n { title: 'Age', field: 'age', sort: true },\n { title: 'Email', field: 'email' },\n { title: 'Country', field: 'country' }\n ],\n data: [],\n total: 0,\n // initially pass URL query (pay attention to security in production)\n query: this.$route.query\n }\n },\n watch: {\n // sync query to URL query\n query: {\n handler (query) {\n this.$router.push({ path: this.$route.path, query })\n },\n deep: true\n },\n // listen to URL query changes to reload data\n '$route.query' (query) {\n mockData(query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n })\n }\n }\n}\n\n\n\nQuestion: when does watch need deep: true?Answer: generally speaking, only two cases need:\n\nan object which is no a computed property\nnested array (e.g. [{ id: 1, name: 'Ken' }, { id: 2, name: 'Berkeley' }])\n\nFor example, $route.query is an object but it's a computed property, so deep: true is unnecessary\n\n"},"detailed/props-selection.html":{"url":"detailed/props-selection.html","title":":selection","keywords":"","body":":selection\nNormally, you just need to pass an empty array [].If any row is selected, then it would be in selection.\nFor example, select the first row in programmatic way:\nthis.selection = [ this.data[0] ]\n\nIf your PM wants all the rows selected by default, no problem.Let's take the advanced example to adapt:\nmethods: {\n handleQueryChange () {\n mockData(this.query).then(({ rows, total, summary }) => {\n this.data = rows\n this.total = total\n this.summary = summary\n\n // Just so simple!\n this.$nextTick(() => this.selection = [...this.data])\n })\n }\n}\n\nAttention: DO NOT this.selection = this.data for selecting all.This leads to their references are the same. Any deselection would clear the whole data.\n"},"detailed/props-xprops.html":{"url":"detailed/props-xprops.html","title":":xprops","keywords":"","body":":xprops\nxprops, meaning extra props.\nOur Datatable implements thComp / tdComp / nested component by dynamic components.But the business requirements are changeful, which may pass many extra props.As a result, the source template of our Datatable may evolve into:\n\n\n\nFor the sake of keeping the source template clean, here comes xprops as a container.\n\n⊙ Extended\nThe most common trick in the use of xprops is passing an eventbus which only for the current Datatable instance.Therefore, no need to care about the namespacing (of event names).\nLet's try with the basic example:\n\n \n query: \n \n \n\nimport Vue from 'vue'\nimport Datatable from '../../../'\nimport mockData from '../_mockData'\n\nexport default {\n components: { Datatable },\n data: () => ({\n columns: [/* omitted */],\n data: [],\n total: 0,\n query: {},\n xprops: {\n eventbus: new Vue() // only for current Datatable instance\n }\n }),\n created () {\n this.xprops.eventbus\n .$on('RELOAD', this.loadData)\n .$on('', () => {/* do something */})\n },\n watch: {\n query: {\n handler () {\n this.loadData()\n },\n deep: true\n }\n },\n methods: {\n loadData () {\n mockData(this.query).then(({ rows, total }) => {\n this.data = rows\n this.total = total\n }) \n }\n }\n}\n\n\n\nThanks to the trick, the advanced example implemented unlimited recursive nested components with less effort.\n\n"},"detailed/dynamic-comps.html":{"url":"detailed/dynamic-comps.html","title":"Dynamic Components","keywords":"","body":"§ Dynamic Components(thComp / tdComp / nested component)\n\nThe following code is excerpted from the source lib/index.vue\n\n⊙ thComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\ncolumn\nDefination of column\nObject\n\n\nfield\nField name\nString / undefined\n\n\ntitle\nDisplayed title\nString / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ tdComp\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nfield\nField name\nString / undefined\n\n\nvalue\nValue\nAny\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n⊙ nested component\n\n\n\n\n\n\n\nprop\nDesc\nType\n\n\n\n\nrow\nCurrent row\nObject\n\n\nnested\nController of the related nested component(reference to row.__nested__)\nObject / undefined\n\n\n...$props\nall the props from Datatable\n(Spread)\n\n\n\n\ncomps/ of the advanced example covers all the use cases, which is highly recommended to study and imitate.\n\n"},"i18n.html":{"url":"i18n.html","title":"I18N","keywords":"","body":"§ i18n\n⊙ Example\nimport Vue from 'vue'\nimport Datatable from 'vue2-datatable-component'\nimport locale from 'vue2-datatable-component/locales/zh-cn'\n\nVue.use(Datatable, { locale }) // OK\n\nContent of locales/zh-cn.js:\nexport default {\n /* HeaderSettings/index.vue */\n 'Apply': '应用',\n 'Apply and backup settings to local': '应用并保存设置到本地',\n 'Clear local settings backup and restore': '清空本地设置并恢复',\n 'Using local settings': '正在使用本地设置',\n\n /* index.vue */\n 'Summary': '汇总',\n 'No Data': '无数据',\n 'Total': '共',\n ',': '项,',\n\n /* LimitSelect.vue */\n 'show': '每页展示',\n 'items per page': '项'\n}\n\nWow, it's just a simple object!\n⊙ Magic\nLet's take a look at index.js:\nimport Datatable from './lib/index.vue'\n\nexport default {\n install (Vue, options = {}) {\n const { locale = {} } = options\n\n // this might be the simplest i18n solution\n Vue.prototype.$i18n = srcTxt => locale[srcTxt] || srcTxt\n\n Vue.component('Datatable', Datatable)\n }\n}\n\nThen in lib/LimitSelect.vue:\n\n \n {{ $i18n('show') }}\n \n {{ i }}\n \n {{ $i18n('items per page') }}\n \n\n...\n\nEasy, right?\n"},"DIY.html":{"url":"DIY.html","title":"DIY","keywords":"","body":"§ DIY\n\nThanks to vue-cli's build, we could get rid of the verbose configuration of Webpack\n\n>_ git clone https://github.com/OneWayTech/vue2-datatable.git\n>_ cd vue2-datatable\n>_ npm i\n>_ npm start\nFrom now on, you can customize lib/ by the live examples/If there are some features you consider necessary, your issues / PRs are always welcome!\n"}}}
\ No newline at end of file
diff --git a/docs/_book/zh-cn/DIY.html b/docs/_book/zh-cn/DIY.html
index 4f92985..cc0d228 100644
--- a/docs/_book/zh-cn/DIY.html
+++ b/docs/_book/zh-cn/DIY.html
@@ -394,7 +394,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"自定制 (DIY)","level":"1.7","depth":1,"next":{"title":"问题反馈(issues)","level":"1.8","depth":1,"url":"https://github.com/OneWayTech/vue2-datatable/issues","ref":"https://github.com/OneWayTech/vue2-datatable/issues","articles":[]},"previous":{"title":"国际化","level":"1.6","depth":1,"path":"i18n.md","ref":"i18n.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"zh-cn","gitbook":"*"},"file":{"path":"DIY.md","mtime":"2017-07-12T10:17:48.584Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-12T10:19:54.330Z"},"basePath":".","book":{"language":"zh-cn"}});
+ gitbook.page.hasChanged({"page":{"title":"自定制 (DIY)","level":"1.7","depth":1,"next":{"title":"问题反馈(issues)","level":"1.8","depth":1,"url":"https://github.com/OneWayTech/vue2-datatable/issues","ref":"https://github.com/OneWayTech/vue2-datatable/issues","articles":[]},"previous":{"title":"国际化","level":"1.6","depth":1,"path":"i18n.md","ref":"i18n.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","github","-sharing"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":{"zh-cn":"编辑此页面","en":"Edit this page"},"base":"https://github.com/OneWayTech/vue2-datatable/edit/master/docs"},"github":{"url":"https://github.com/OneWayTech/vue2-datatable"},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"language":"zh-cn","gitbook":"*"},"file":{"path":"DIY.md","mtime":"2017-07-12T10:17:48.584Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-07-24T09:16:18.132Z"},"basePath":".","book":{"language":"zh-cn"}});
});
diff --git a/docs/_book/zh-cn/detailed/datatable-props.html b/docs/_book/zh-cn/detailed/datatable-props.html
index 79fc4a7..90eda85 100644
--- a/docs/_book/zh-cn/detailed/datatable-props.html
+++ b/docs/_book/zh-cn/detailed/datatable-props.html
@@ -410,6 +410,14 @@ § Datatable औ
否 |
|