snap
	(
		[
			"label_vertical" => function ($column) {return "";},
			"columns_vertical" =>
			[
				$table->columns_get()[1],
			],
			"label_horizontal" => function ($column, $value) {return $value;},
			"columns_horizontal" =>
			[
				$table->columns_get()[2],
				$table->columns_get()[3],
			],
			"columns_data" =>
			[
				$table->columns_get()[0],
				$table->columns_get()[4],
			],
			"data_aggregator" => function ($values)
			{
				return $values;
			},
			"data_formatter" => function_chain
			(
				[
					object_from_array("language_id"),
					object_map(object_attribute("words")),
					format_correlation("type_word"),
				]
			),
		]
	);
	$table_->generate();
 ?>
 	 ["Ek skal varte foran."], "eng" => ["I will wait in front."]])); ?>
 	 ["Du mut blive bakan."], "eng" => ["You must stay in the back."]])); ?>
 	 ["Han sta nedan de brüg."], "eng" => ["He stands under the bridge."]])); ?>
 	 ["Hun flüg uvan de volker."], "eng" => ["She flies above the clouds."]])); ?>
 	 ["Vi kan gae in de timer."], "eng" => ["We can go into the room."]])); ?>
 	 ["Je skal löpe ut de hus."], "eng" => ["You shall run out of the house."]])); ?>