How to create a zoom button in datatable(containing building details) and onclick of it zoom to related building?

Hi Team Cesium,

I have implemented query builder tool, I have stored citygml contents into 3dcity database and by using builder query showing data in a datatable. Also I have to implement a zoom to functionality on the click of zoom button in datatable. on click of zoom button i want to go to the location of the building for which zoom button will be clicked. How can I get the location of the building on map in cesiumjs?
All buildings will be uploaded on the map using 3d tileset.

Thank you.