How to scrape multiple text at same row?

how to scrape multiple text at same row?

my sitemap

{"_id":"data_penyelenggara_jasa_telekomunikasi_17Juli2023","startUrl":["https://dittel.kominfo.go.id/informasi/data_penyelenggara_jasa_telekomunikasi"],"selectors":[{"id":"nama","parentSelectors":["table"],"type":"SelectorText","selector":"td.sorting_1","multiple":true,"regex":""},{"id":"jenis","parentSelectors":["table"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":true,"regex":""},{"id":"table","parentSelectors":["_root"],"type":"SelectorElement","selector":"table","multiple":false}]}

i found the solution using table type, but failed with pagination, any idea how to scrape with pagination?

my sitemap:

{"_id":"data_penyelenggara_jasa_telekomunikasi_17Juli2023","startUrl":["https://dittel.kominfo.go.id/informasi/data_penyelenggara_jasa_telekomunikasi"],"selectors":[{"id":"pagination","paginationType":"auto","parentSelectors":["_root","pagination","pagination"],"selector":"span a","type":"SelectorPagination"},{"columns":[{"extract":true,"header":"No","name":"Number"},{"extract":true,"header":"Nama Perusahaan","name":"Nama Perusahaan"},{"extract":true,"header":"Jenis Layanan","name":"Jenis Layanan"},{"extract":true,"header":"No Penetapan","name":"No Penetapan"},{"extract":true,"header":"Tanggal Penetapan","name":"Tanggal Penetapan"}],"id":"table","multiple":true,"parentSelectors":["_root","pagination"],"selector":"table","tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr","type":"SelectorTable"}]}

yeah i use this, but failed with pagination setting, could you find the solution?

thanks for your gift,
but there is no data, i close window in the middle of progress to see data has been scraping