check_box_outline_blank | Dessert (100g serving)arrow_upwardfolder_open arrow_upwardgroup | Caloriesarrow_upwardfolder_open arrow_upwardgroup | Fat (g)arrow_upwardfolder_open arrow_upwardgroup | Carbs (g)arrow_upwardfolder_open arrow_upwardgroup | Protein (g)arrow_upwardfolder_open arrow_upwardgroup | Iron (%)arrow_upwardfolder_open arrow_upwardgroup | Ações |
---|---|---|---|---|---|---|---|
check_box_outline_blank | FROZEN YOGURT | 200 | 6 | 24 | 4 | 1% | |
check_box_outline_blank | ICE CREAM SANDWICH | 200 | 9 | 37 | 4.3 | 1% | |
check_box_outline_blank | ECLAIR | 300 | 16 | 23 | 6 | 7% | |
check_box_outline_blank | CUPCAKE | 300 | 3.7 | 67 | 4.3 | 8% | |
check_box_outline_blank | GINGERBREAD | 400 | 16 | 49 | 3.9 | 16% | |
check_box_outline_blank | JELLY BEAN | 400 | 0 | 94 | 0 | 0% | |
check_box_outline_blank | LOLLIPOP | 400 | 0.2 | 98 | 0 | 2% | |
check_box_outline_blank | HONEYCOMB | 400 | 3.2 | 87 | 6.5 | 45% | |
check_box_outline_blank | DONUT | 500 | 25 | 51 | 4.9 | 22% | |
check_box_outline_blank | KITKAT | 500 | 26 | 65 | 7 | 6% |
10
arrow_drop_down
Exemplo de configuração
{ "hideActions": false, "hideMenu": false, "hideSearch": false, "disallowGroups": false, "query": null, "actions": { "single": { "modify": { "icon": "edit", "text": "Editar" }, "remove": { "icon": "delete", "text": "Remover" } }, "table": { "add": { "icon": "add", "text": "Novo", "quick": true }, "download": { "icon": "cloud_download", "text": "Exportar" } }, "bulk": { "remove": { "icon": "delete", "text": "Excluir" } } }, "headers": [ { "text": "Dessert (100g serving)", "align": "left", "value": "name", "pickable": false, "$extra": {} }, { "text": "Tipo", "value": "kind", "$extra": { "visible": false, "transformItem": { "hot": "Quente", "room_temperature": "Temperatura Ambiente", "cold": "Gelado" } } }, { "text": "Calories", "align": "center", "value": "calories", "$custom": { "template": "chips", "dark": true } }, { "text": "Fat (g)", "value": "fat", "$extra": { "filterable": false } }, { "text": "Carbs (g)", "value": "carbs" }, { "text": "Protein (g)", "value": "protein" }, { "text": "Iron (%)", "value": "iron" }, { "text": "Ações", "value": "_actions" } ] }