Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 940 Bytes

File metadata and controls

40 lines (23 loc) · 940 Bytes
description
This is for when you do custom html

<v-grid-col> CSS info

Optional CSS classes for custom HTML

Here is the internal classes grid uses for when it generates the HTML cell markup for you in "simple HTML" and "column.bind". If you use custom HTML columns you can use these to help you get started. Or if you use "simple HTML" columns and combine it with 1 custom HTML and need it to look the same.

classes

checkboxes (header and rows):

  • avg-row-checkbox-100 (100% height)
  • avg-row-checkbox-50 (50% height)

labels (headers):

  • avg-label-bottom
  • avg-label-top
  • avg-label-full

image (rows):

  • vgrid-image-round

inputs (rows):

  • avg-row-input

inputs (header):

  • avg-header-input-bottom
  • avg-header-input-top

Sample: PS ! relace "vgrid" with "avg", picture not updated

classes image