Request and Data row in datafile mapping

HI,

i am using a collection with 10 requests and i have 10 rows of data in data file. when i run through collection runner, 10 requests will execute with row -1 data and row-2 and so on. but my idea is to run 10 requests with 10 rows of data once. like request-1 will consume data from row-1, request - 2 will consumer data from row-2 and runs only 10 times not 100 times. is there any setting that helps for this?

Thanks,
SP