12. Filtering, Sorting and Grouping | UI5 Development | Visual Studio Code | Coding with Sijas

preview_player
Показать описание


In this video, we picked the topic Filtering, Sorting and Grouping. We saw in detail how to use filter and sorter.

#coding #ui5 #sap #vscode #nodejs #serve #openUI5

My development setup:
Laptop: Apple MacBook Pro 15 (2019) Core i9, 16GB, 512SSD
Рекомендации по теме
Комментарии
Автор

hi Sijas, you have explained very well. please create a separate video on grouping view settings by explaining every line why we are using. in this video you haven't explain everything we want to know the purpose of that code.
THanks in advance !!

चर्चा_निवडणुकीची
Автор

Very gokd bro, but how can I locate the Filtering in setting dialog with sorting and groupping?

xxcc
Автор

Sajas what is if(this.employeeSettings){
}
I didn't understand employeeSettings is it fragment name?

Karthik-syf
Автор

Do u provide any online training as well?

mamtavarshney
Автор

applySettings: function(oEvent)
{
debugger;
var sortItem = oEvent.getParameter("sortItem"),
sortDescending =
var oTable =
var oBinding= oTable.getBinding("items");

oBinding.sort(new Sorter(sortItem.getKey(), sortDescending));


}

error : -Sorter is not the constructor
how to fix it?

cutexangel