cell_transform: Create a function to transform all cells of a table
Description
Given a function that operates on a table cell and returns
the modified cell, return a function that given a table
applies that function to all cells and returns the modified
table.