Table question (SQL)

In a table, the left side is a fixed column, can not change, the right is the corresponding data, the data can be obtained from the database query data,How to achieve ?

You would need to create a custom property on your table to hold the result of the database query, and then append that data, possibly on a property change event, to your data property that drives the table.