Coder Social home page Coder Social logo

Add footer view about sortabletableview HOT 4 CLOSED

c0dehunter avatar c0dehunter commented on July 18, 2024
Add footer view

from sortabletableview.

Comments (4)

ISchwarz23 avatar ISchwarz23 commented on July 18, 2024

Hi @c0dehunter,

there is no way to achieve this inside the table. The only thing you can do is to add the button below the table.

Best regards,
Ingo

from sortabletableview.

c0dehunter avatar c0dehunter commented on July 18, 2024

Thank you for the input. How could I achieve to place the button below the table in my case? I can put it under table so it always shows, but I want the user to see it only after it scrolled to bottom of table. I experimented with nesting the SortableTableView inside a ScrollLayout and then adding a button on bottom, but it doesn't work (I don't see the table). The SortableTableView is inside of a fragment, which is used inside TabLayout (ViewPager).

image

I also tried nesting both table and some view inside of another vertical linear layout, but strangely I don't see the last TextView:

image

I can see it under table, if I use weights, but I would like to see it only when you scroll down the table:

image

Also tried wrapping everything in a ScrollView, but no luck, then only header row of table is shown and no table contents:

image

I understand this is not an issue of SortableTableView, but I would appreciate the input, if you have any idea.

from sortabletableview.

ISchwarz23 avatar ISchwarz23 commented on July 18, 2024

Hi @c0dehunter,

how about adding the button always visible to the bottom of the table (as you already did) and then add a ScrollListener to the table which will make the button visible when the user scrolled to the bottom and makes it gone when the user scrolls up again. This would look better when you apply animations to the button.

Best regards,
Ingo

PS: I like you UI but the table doesn't fit the style of the application. You can colorize the header and the rows to match the chart above.

from sortabletableview.

c0dehunter avatar c0dehunter commented on July 18, 2024

Hi,

that's a good idea, thanks! Will try with ScrollListener.

Regarding the UI - yes, I really need to make a UI clean-up for the whole app. It's planned soon :)

Thank you for your library.

from sortabletableview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.