Buefy: Full working table example

Created on 8 Jun 2017  路  3Comments  路  Source: buefy/buefy

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

docs

Most helpful comment

FYI: Link above is broken.

All 3 comments

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>

FYI: Link above is broken.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daenuprobst picture daenuprobst  路  3Comments

sempixel picture sempixel  路  3Comments

ravenvn picture ravenvn  路  3Comments

Trevald picture Trevald  路  3Comments

daltonrooney picture daltonrooney  路  3Comments