Skip to content

seat selectability callback #29

Description

@aviau

I should be able to write a function to determine if a seat is selectable or not

seatSelectable: (seat) => {
    if seat.status == "booked" { return False; }
    return True;
}

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions