One thing you can also look into is using the dataFetcher property of $w.Table (Table - Velo API Reference - Wix.com) to convert the boolean value in your dataset to the check mark image as Tal suggests which means you design the table to show the vectorImages you want (say “✓” and “✘”) and modify the data retrieved from the dataset by prefetching rows using the dataFetcher and setting the pageRows property to the modified row records after you replace booleans with the appropriate image.