method Column.prototype.maxWidthimport { Column } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts"; maxWidth(width: number): thisSet max column width. Parameterswidth: numberReturnsthis