-
Notifications
You must be signed in to change notification settings - Fork 404
Vue good table Recipes (vue good table 2.x)
xaksis edited this page Mar 21, 2018
·
9 revisions
Welcome to vue-good-table recipes. Here I'll try to link examples of fully functional examples of common data-table scenarios.
-
Basic Table - A simple table that showcases the use of columns with different types and rows. It also features a global search.
-
Checkbox Table - A common use-case is to have tables with checkboxes to select rows. This is an example
-
Simple Grouped Table - Table with grouped rows with simple headers for each row-group
-
Grouped Table with Summary Rows - You can also create a table with summary rows instead of header rows for groups. This example uses a
headerField
row to provide a function for the totals cell.