Single values:
You can use JQL to search for issues that have tables with certain content in defined columns.
The following JQL will show all issues that have the value "Services" in the Column "Element" of the table "Deal Positions".
"Deal Positions _Element" = "Services"