pub fn striped(columns: &[Column<'_>], cutoff: Priority) -> boolExpand description
Whether the rows of a table with these columns take the stripe.
False for a table holding code at cutoff, which keeps its header and
drops the record treatment, as the webview renderer’s code table does.