Skip to content

d2l-grid-row component #81

Description

@awikkerink

Requirements:

  • Styling to add to d2l-table
    • Header styling (repeated rows. Prefer inside thead)
    • Footer (Summary) styling
    • Cell alignment styling
  • Select button. For single select, use radio input type. For multi select, use checkbox input type
  • selected attribute indicates selection state. Bound to input's checked state
  • no-selection attribute disables input element creation. A blank td is created instead

This component's purpose is to add a checkbox table cell to the start of the row and fire appropriate events.

Difficulties:

  • A td can't be a child of a template body. The element will need to be created via Javascript

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions