just testing Tanstack react-table lib with react + Typescript, and it seams that I can't return tsx/jsx from cell function of ColumnDef:
Am I missing something here?
just testing Tanstack react-table lib with react + Typescript, and it seams that I can't return tsx/jsx from cell function of ColumnDef:
Am I missing something here?
Copyright © 2021 Jogjafile Inc.

Well it turned out that my file was with extension .ts and not .tsx, so changing from .ts to .tsx solved problem.