Re: complex grid
Second one gets a little closer to what I need but it is not exactly what it supposed to be. I;m not sure how the database would need to bw structured, perhaps one can give me a hint. the idea is that people are joining certain group of interests. This is like an affiliate program or better yet MLM program. User in order to sign in needs a sponsor ID. So every member sponsors his “DOWNLINE” and every signed person must have his/her UPLINE. this is like a tree, with unlimited number of branches. That’s why on the image you see the “+” (plus) sign and then each branch below has more plus signs if there are any members. This is somewhat like a directory tree in Windows. I need to create a list like this. So far everything I saw was far from what I need. The grid with nested grid is close, but how would I implement it if there are infinite number of subbraches ?
Obviously this isn’t only the question how to build the grid, but also how to structure the database records and relationships.
Arthur