remix/data-table · TypeView SourceKeySelector Summary Column or column list used to join relations. Signature type KeySelector<table> = | (keyof TableRow<table> & string) | readonly (keyof TableRow<table> & string)[]