This commit is contained in:
2020-01-31 20:00:34 +00:00
parent 641cb76b7a
commit ea94f6f97f

View File

@@ -135,9 +135,9 @@
</tbody> </tbody>
</template> </template>
</v-data-table> </v-data-table>
<hr /> <!-- <hr />
<div>Selected: {{ selected }}</div> <div>Selected: {{ selected }}</div>
<!-- <div>Headers: {{ headers }}</div> <div>Headers: {{ headers }}</div>
<div>Records: {{ records }}</div> <div>Records: {{ records }}</div>
<div>TotalRecords: {{ totalRecords }}</div> <div>TotalRecords: {{ totalRecords }}</div>
<div>caption: {{ caption }}</div> <div>caption: {{ caption }}</div>
@@ -174,7 +174,6 @@ export default {
}, },
formKey: String, formKey: String,
dataListKey: String, dataListKey: String,
caption: String,
dataFilterId: { dataFilterId: {
type: Number, type: Number,
default: 0 default: 0