Semi-static table
I'm using a cfgrid to make a page that consists of 28 static rooms. I need to be able to make it so that the information is deletable but not the rooms. I also still need the ability to add rooms if needed for overflow. I can't for the life of me figure out how to set it up so that the rooms aren't being deleted when we clear the whole grid. Thanks for the help.
Something like this
Room | Name | Complaint | Comment
1 | John Smith | Something | odd
I need to be able to delete the the Name, Complaint and Comment but keep the room #. Any ideas on how to best achieve this?
