This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Table will not be updated with dynamical columns #17
Open
Description
My columns are the date, which is depended on the user's time select. Such as 2018-08-01, 2018-08-02,2018-08-03 and so on. So my column slot like following:
<v2-table>
<v2-table-column v-for="(column,index) in columns" :key="index" :label="column.label" :width="column.width" :prop="column.key"></v2-table-column>
</v2-table>
when columns are updated, table will not be updated
Metadata
Assignees
Labels
No labels
Activity