Hi,
I have the latest version installed, and I really like the table component.
Sadly i couldne't make the example shown here:
https://buefy.github.io/#/documentation/table
work.
any chance you can publish a full working webapp (or codepen) for the table?
any MVP will be great,
Thanks
I had an issue as well. There are missing closing tags. Let's update this section.
<b-table-column field="date" label="Date" sortable>
<span v-html="formatDate(props.row.date)"></span>
</b-table-column>
The docs example is here (now fixed): https://github.com/rafaelpimpa/buefy/blob/dev/docs/pages/documentation/data/Table.vue
FYI: Link above is broken.
Most helpful comment
FYI: Link above is broken.