❔ AJAX MVC Table DatePick
Could someone help me manipulating table results with ajax? I'm using MVC. I was using it before to manipulate results on a combo box, but my front-end is really bad...
On Controller/Repository:
On the View I have the table with a foreach(var item in Model). I want for ajax to replace the model or filter the item in it when the date picker changes.
So I have:
I think I'm just missing the syntax for the ajax function, the Model is a IEnumerable so I'm not sure if json is the right dataType in this case.
Would appreciate any help!
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.