How to list the data in database by using ajax

I’m new in Yii2.0, can anyone give an example of showing how to list the data in datbase by using ajax? Many thanks.

Call controller’s action that return json data ( or format that you handle )