# NOT RUN {
block_table(x = head(iris))
block_table(x = mtcars, header = TRUE,
  properties = prop_table(
    tcf = table_conditional_formatting(
      first_row = TRUE, first_column = TRUE)
  ))
# }
Run the code above in your browser using DataLab