Abenezer

Results 19 comments of Abenezer

yes you can use $expand but it would still nice to have this feature b/c their might be a custom logic on server side. i've tried custom actions $odataresource(config.apiUrl +...

off course its possible like this Parents.odata() .filter("ID", 8) .expandPredicate("Students").select("FName") .finish().single(); but wouldn't it be nice if we could just Parents.GetStudents({pid:8}).select('FName'); btw with custom action am able to do Parents.GetStudents({pid:8})...

just the concept here is how i would do it for the mentioned issue Users.odata() .filter("ID", 8) .expandPredicate("Orders").select({somepropoerty}) .finish().query(); but my point is if i have an end point /odata/Users({key})/Orders...

My bad.... there is a better pull request #274 just for that! when is it going to be merged? since the PR is 9 commits behind am using my own...

@dvalvarenga offcourse you can do that but it means modifing the data array, which might not be nice if your data came from service or used by other features. @VadimDez...

after turning on the debug i can see there is an offset.... and to correct it, the width should be proportional to the content of the dock (total width of...

i resolve it by adding display: flex; on immediate parent element .. i think you should included it in the docs or you can just close this issues if it's...

after looking at the source i found out that the toggleRowActive is actually passed for children of renderRow component.. i think this is a change after some version .. so...

as i have mentioned earlier this happens after some version (i dont know when its changed) but try updating to latest to and toggleRowActive will be passed to child component....

i think i figured it out.. it has to do with the height of contentContainer ..it is set up relative to the content (rows).. so if rows were initially zero...