How can i get table data from web

Describe the problem.
i don't know how to get data has table style
Url: Cục Quản lý Dược - Bộ Y tế
Can you instruct me

@hoang Hi, to select all of the table rows you can use the following 'Element' selector: tr.k-master-row

Afterward, you can extract the desired elements by your preference based on it's order in the HTML.

Example:

{"_id":"test-table","startUrl":["https://dichvucong.dav.gov.vn/congbogiathuoc/index"],"selectors":[{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"tr.k-master-row","type":"SelectorElement"},{"delay":0,"id":"date","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"trang-thai","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(3)","type":"SelectorText"},{"delay":0,"id":"van-ban","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(4)","type":"SelectorText"},{"delay":0,"id":"ten-thuoc","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(5)","type":"SelectorText"},{"delay":0,"id":"ten hc","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(6)","type":"SelectorText"},{"delay":0,"id":"nd/hl","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(7)","type":"SelectorText"}]}