how to get search item with v-data-table
1921 단어 Vuetify
환경
vuetify 2.2.26
수정 후
<template>
...
<v-data-table
:search="search"
ref="refTable"
>
...
</template
<script>
...
console.log(this.$refs.refTable.internalCurrentItems)
...
</script>
수정 전
<template>
...
<v-data-table
:search="search"
ref="refTable"
>
...
</template
<script>
...
console.log(this.$refs.refTable.items)
...
</script>
참고
this.$refs.tableRefName._data.internalCurrentItems가 반환하는 것은
내가보고있는 현재 테이블 페이지의 필터링 된 항목.
경위
Reference
이 문제에 관하여(how to get search item with v-data-table), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kajirikajiri/items/670ee04d96dc1ffedfa9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<template>
...
<v-data-table
:search="search"
ref="refTable"
>
...
</template
<script>
...
console.log(this.$refs.refTable.internalCurrentItems)
...
</script>
수정 전
<template>
...
<v-data-table
:search="search"
ref="refTable"
>
...
</template
<script>
...
console.log(this.$refs.refTable.items)
...
</script>
참고
this.$refs.tableRefName._data.internalCurrentItems가 반환하는 것은
내가보고있는 현재 테이블 페이지의 필터링 된 항목.
경위
Reference
이 문제에 관하여(how to get search item with v-data-table), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kajirikajiri/items/670ee04d96dc1ffedfa9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<template>
...
<v-data-table
:search="search"
ref="refTable"
>
...
</template
<script>
...
console.log(this.$refs.refTable.items)
...
</script>
this.$refs.tableRefName._data.internalCurrentItems가 반환하는 것은
내가보고있는 현재 테이블 페이지의 필터링 된 항목.
경위
Reference
이 문제에 관하여(how to get search item with v-data-table), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kajirikajiri/items/670ee04d96dc1ffedfa9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(how to get search item with v-data-table), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kajirikajiri/items/670ee04d96dc1ffedfa9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)