<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Vue3EasyDataTable + vue-select + for loop bind - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/vue3easydatatable-vue-select-for-loop-bind/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:38:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Odpowiedź na: Vue3EasyDataTable + vue-select + for loop bind</title>
                        <link>https://muszak.eu/community/bugoverflow/vue3easydatatable-vue-select-for-loop-bind/#post-1129</link>
                        <pubDate>Mon, 05 Dec 2022 21:35:32 +0000</pubDate>
                        <description><![CDATA[&lt;Vue3EasyDataTable
                    v-else
                    :headers=&quot;headers&quot;
                    :items=&quot;companiesTable&quot;
                &gt;
                    &lt;template...]]></description>
                        <content:encoded><![CDATA[<pre contenteditable="false">&lt;Vue3EasyDataTable
                    v-else
                    :headers="headers"
                    :items="companiesTable"
                &gt;
                    &lt;template #item-www="{ www }"&gt;
                        &lt;a :href="www"&gt;{{ www }}&lt;/a&gt;
                    &lt;/template&gt;
                    &lt;template #item-industries="{ industries,id }"&gt;
                        &lt;v-select
                            :options="this.industries"
                            v-model="companiesTable.find((x=&gt;x.id === id)).industries"
                            label="name"
                            multiple
                        &gt;
                        &lt;/v-select&gt;
                    &lt;/template&gt;
                &lt;/Vue3EasyDataTable&gt;</pre>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/vue3easydatatable-vue-select-for-loop-bind/#post-1129</guid>
                    </item>
				                    <item>
                        <title>Vue3EasyDataTable + vue-select + for loop bind</title>
                        <link>https://muszak.eu/community/bugoverflow/vue3easydatatable-vue-select-for-loop-bind/#post-1128</link>
                        <pubDate>Mon, 05 Dec 2022 21:35:06 +0000</pubDate>
                        <description><![CDATA[error: v-model cannot be used on v-for or v-slot scope variables because they are not writable.]]></description>
                        <content:encoded><![CDATA[<p>error: v-model cannot be used on v-for or v-slot scope variables because they are not writable.</p>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/vue3easydatatable-vue-select-for-loop-bind/#post-1128</guid>
                    </item>
							        </channel>
        </rss>
		