Finuncle-Fintech / lekkalu-frontend

GNU General Public License v3.0
5 stars 24 forks source link

Lending Table Sort Field #631

Closed bharathkumarchowdary closed 1 month ago

bharathkumarchowdary commented 1 month ago

I need to sort lending page table with name. I might also need to sort according to any of the columns in that table

bharathkumarchowdary commented 1 month ago

when I reduce the width of window to the minimum possible and scroll to end, I see this option to use app. Does it redirect to install or open the lending tab of the app installed app? image

Sandip-Z commented 1 month ago

@bharathkumarchowdary currently clicking this will take an authenticated user to dashboard. We need to add lending page route in our /src/utils/mobile-routes file to deep link with mobile application.

bharathkumarchowdary commented 1 month ago

can this be done in this same PR? or another issue for mobile repo?

Sandip-Z commented 1 month ago

@bharathkumarchowdary i pushed it in PR #639.