Skip to content

Commit

Permalink
Add OnBeginOrganization and OnEndOrganization events to gridRecordList
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssonrpg committed Apr 8, 2024
1 parent 8d1bbae commit 6f180a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDK3/API/rrpgGUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,8 @@ gui.GridRecordList.eves["onGroupShow"] = "id, header";
gui.GridRecordList.eves["onGroupHide"] = "id, header";
gui.GridRecordList.eves["onEmptyState"] = "";
gui.GridRecordList.eves["onPagingStateChange"] = "";
gui.GridRecordList.eves["onBeginOrganization"] = "";
gui.GridRecordList.eves["onEndOrganization"] = "";

--[[ Objeto GridRecordListPgCtrl ]]--

Expand Down
Binary file modified SDK3/Documentation/HelpNDoc/Documentacao.hnd
Binary file not shown.

0 comments on commit 6f180a7

Please sign in to comment.