Get a list of values from the 'name' column of your 'people' Data Table: names = [r['name'] for r in app_tables.people.search()] ...
確定! 回上一頁