def tabulated_rows(options)
      headers = options[:headers] || []

      options[:data].map.with_index do |subsets, idx|
        some = options[:rest][idx].filter {|v| !v.empty?}.find {|r| r.keys.any? {|l| headers.include?(l)}}