how Get MVC Json Result and populate in a Table using Ajax

前端 未结 2 702
陌清茗
陌清茗 2021-02-03 13:32

I need an idea on how I can GET my MVC Json result and populate it inside my view table using Ajax,

this is my json result

public JsonResult GetAllContac         


        
2条回答
  •  轮回少年
    2021-02-03 13:39

    Easy peasy lemon squeezy with this plugin:

    https://github.com/jongha/jquery-jsontotable

提交回复
热议问题