Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 76b217d

Browse files
authored
Merge pull request #6759 from gioal/master
Add SelectionProvider
2 parents 529fac7 + 6af6135 commit 76b217d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The InsertListing component inserts [Listing]({{ page.baseurl }}/ui_comp_guide/c
1818
| `realTimeLink` | Enable the link between insertListing's externalValue and value. Here `link` means the two-way [links property]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_linking_concept.html#links-property) of UI components, which allows immediate update. | Boolean | `true` |
1919
| `render_url` | With default `render_url(mui/index/render)` listing will be without buttons. For get a list with buttons url must be changed to `mui/index/render_handle` and the following GET parameters:<br /> buttons=1 (flag to get buttons)<br /> handle= (buttons scope) | String | `'mui/index/render'` |
2020
| `update_url` | Where the AJAX request will go to retrieve, foster component update data. It will be in json format by default and will be automatically set into `externalProvider.data` | String | `'mui/index/render'` |
21+
| `selectionsProvider` | The source selector for Ajax request of the main form through the identifier of the 'selectionColumns' | String | null |
2122

2223
## Source files
2324

@@ -49,6 +50,7 @@ The following example shows how the InsertListing component integrates with the
4950
<imports>true</imports>
5051
</dataLinks>
5152
<autoRender>true</autoRender>
53+
<selectionsProvider>insert_listing_example.insert_listing_example.columns.ids</selectionsProvider>
5254
<dataScope>insert_listing_example</dataScope>
5355
<ns>insert_listing_example</ns>
5456
</settings>

0 commit comments

Comments
 (0)