Select support remote search
This commit is contained in:
parent
28587238de
commit
01b54e3021
9 changed files with 167 additions and 51 deletions
|
@ -2,7 +2,8 @@ export default {
|
|||
i: {
|
||||
select: {
|
||||
placeholder: 'Select',
|
||||
noMatch: 'No matching data'
|
||||
noMatch: 'No matching data',
|
||||
loading: 'Loading'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'No Data',
|
||||
|
|
|
@ -2,7 +2,8 @@ export default {
|
|||
i: {
|
||||
select: {
|
||||
placeholder: 'Seleccionar',
|
||||
noMatch: 'Sin coincidencias'
|
||||
noMatch: 'Sin coincidencias',
|
||||
loading: 'Cargando'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Sin Datos',
|
||||
|
|
|
@ -2,7 +2,8 @@ export default {
|
|||
i: {
|
||||
select: {
|
||||
placeholder: '選んでください',
|
||||
noMatch: 'マッチするデータなし'
|
||||
noMatch: 'マッチするデータなし',
|
||||
loading: 'ロード中'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'データなし',
|
||||
|
|
|
@ -2,7 +2,8 @@ export default {
|
|||
i: {
|
||||
select: {
|
||||
placeholder: 'Seç',
|
||||
noMatch: 'Eşleşen veri yok'
|
||||
noMatch: 'Eşleşen veri yok',
|
||||
loading: 'yükleme'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Veri Yok',
|
||||
|
|
|
@ -2,7 +2,8 @@ export default {
|
|||
i: {
|
||||
select: {
|
||||
placeholder: '请选择',
|
||||
noMatch: '无匹配数据'
|
||||
noMatch: '无匹配数据',
|
||||
loading: '加载中'
|
||||
},
|
||||
table: {
|
||||
noDataText: '暂无数据',
|
||||
|
|
|
@ -2,7 +2,8 @@ export default {
|
|||
i: {
|
||||
select: {
|
||||
placeholder: '請選擇',
|
||||
noMatch: '無匹配數據'
|
||||
noMatch: '無匹配數據',
|
||||
loading: '加載中'
|
||||
},
|
||||
table: {
|
||||
noDataText: '暫無數據',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue