File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @servicestack/vue" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 3.0 .0" ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/ServiceStack/servicestack-vue"
Original file line number Diff line number Diff line change 145145 <FilterColumn :definitions =" definitions" :column =" showFilters.column" :top-left =" showFilters.topLeft" @done =" onFilterDone" @save =" onFilterSave" />
146146 </div >
147147
148- <DataGrid v-if =" typeContext " :id =" id" :items =" results" :type =" dataModelName" :ctx =" typeContext " :selected-columns =" filteredColumns" class =" mt-1"
148+ <DataGrid v-if =" ctx " :id =" id" :items =" results" :type =" dataModelName" :ctx =" ctx " :selected-columns =" filteredColumns" class =" mt-1"
149149 :tableStyle =" tableStyle" :gridClass =" gridClass" :grid2Class =" grid2Class" :grid3Class =" grid3Class" :grid4Class =" grid4Class"
150150 :tableClass =" tableClass" :theadClass =" theadClass" :theadRowClass =" theadRowClass" :theadCellClass =" theadCellClass" :tbodyClass =" tbodyClass"
151151 :rowClass =" getTableRowClass" @row-selected =" onRowSelected" :rowStyle =" rowStyle"
You can’t perform that action at this time.
0 commit comments