Group by conversation ID, click plus sign and see all chat messages related to that conversation

Group by conversation ID, click plus sign and see all chat messages related to that conversation

xproxpro Posts: 1Questions: 0Answers: 0

I have the following postgresql table

id (serial)
message (text)
from_id (char var)
to_id (char var)
match_id (char var)
unix_timestamp (big int)

I want to show all the conversations (match_ids) as a table and when a plus sign is clicked near the match_id a table would open under it and show the messages related to that match_id

Does datatables support this? are there any examples that would make it easier for me?

This discussion has been closed.