### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4216 <div type='discussions-op-text'> <sup>Originally posted by **aborruso** February 4, 2023</sup> Hi, I have the below sample code. ~~~~ ```{ojs} //| echo: false //| column: page data = FileAttachment("input.csv").csv({ typed: true }) Inputs.table(data) ``` ~~~~ I would like to apply [Page Column](https://quarto.org/docs/authoring/article-layout.html#page-column), but it seems not work for observable. Thank you</div>