How do I access AJAX data in an ABP DataTable for building a filter string?
Ok so I need to access the value from a function (which is defined elsewhere) that is returning a promise. Here’s the full code in js. Where I need to display it is inside <<>>
. Basically I can seem to access it directly because the GetFilialLogada function is returning a promise. Sorry for it being a mess.