Wish b4xtable / flexible table: an optional fixed row for summaries

martha

Member
Could (B4XTable / Flexible Table) have an optional fixed row for summaries in the future?

To achieve what is shown in the images, it was necessary to extend B4XTable with an event. The displayed application uses two tables, one for the data and one for the totals, synchronized with
clvData_ScrollChanged.

B4X:
Private Sub clvData_ScrollChanged (Offset As Int)
    If xui.SubExists(mCallBack, mEventName & "_ScrollChanged", 1) Then
        CallSub2(mCallBack, mEventName & "_ScrollChanged", Offset)
    End If
End Sub
 

Attachments

  • capture_portrait.png
    capture_portrait.png
    34.7 KB · Views: 173
  • capture_portrait_2.png
    capture_portrait_2.png
    35.4 KB · Views: 172

Xfood

Expert
Licensed User
beautiful this app covid-19, you could share it here with the sources, it would be very welcome, thanks
 
Top