how to add default checked rows in shadcn data table?
https://ui.shadcn.com/docs/components/data-table I use data table from shadcn on top of tanstack table. I have set logic where you can create or edit set of products. I’m getting all products and showing them with data table. User can add multiple products to set. Now, when editing an existing set I want to implement checked data logic that if this set has some products inside already show them as default checked in table (where we have all products). How can I make it?