Intro์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ TableVirtuoso ์ฌ์ฉ ์ค ๋ฐ์ดํฐ๊ฐ ๋น ๋ฐฐ์ด์ผ ๋ EmptyPlaceholder ์์ฑ์ ํ์ฉํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๊ฒ ์ต๋๋ค. Exampleํ์ฌ ์ฝ๋๋ ๋ค์๊ณผ ๊ฐ๋ค๊ณ ๊ฐ์ ํด๋ด ์๋ค. ์ด ์ํ์์ dataList๊ฐ null์ด๊ฑฐ๋ ๋น๋ฐฐ์ด์ผ ๋ ํน์ ๋ฐ์ดํฐ๊ฐ ๋น์ด์๋ค๋ ํน์ ํ ์คํธ๋ฅผ ํ์ํด๋ณด๊ฒ ์ต๋๋ค. const VirtuosoTableComponents = (totalColSpan: number): TableComponents => ({ Scroller: React.forwardRef((props, ref) => ( )), Table: (props) => ( ), TableHead: React.forwardRef((props, ref) => ( ..