Coder Social home page Coder Social logo

Comments (6)

ISchwarz23 avatar ISchwarz23 commented on July 18, 2024

Hi KagayamaKaede,
could you please explain me in detail what you expect the table header to do?
Thanks! :)

from sortabletableview.

KagayamaKaede avatar KagayamaKaede commented on July 18, 2024

Yes.
Like Excel,can adjustable column width.

from sortabletableview.

ISchwarz23 avatar ISchwarz23 commented on July 18, 2024

Just to be sure that I understand you correctly:

You want to have the possibility to give the column width of certain columns as an absolute value (e.g. px or dp).

from sortabletableview.

esakia avatar esakia commented on July 18, 2024

ISchwarz23 , thank you for the table! It is great. However, how do I change header text size? It is too big and it doesn't fit on the screen. I was hoping for something like table_view.setHeaderTextSize();

from sortabletableview.

ISchwarz23 avatar ISchwarz23 commented on July 18, 2024

Hi esakia,
in the future please open a new issue if you have an question to be answered :)
To answer your question: it is already possible to set the header text size. As the TableView is developed in Model-View-Adapter pattern, you can implement your own TableHeaderAdapter. By extending the TableHeaderAdapter you have to implement the abstract method called public View getHeaderView(final int columnIndex, final ViewGroup parentView) which allows you to give any kind of view for any column. This means you could for example use a ImageViews as headers for your table.
If you only feel the need to have the TableHeader text in a different size you can use the already existing SimpleTableHeaderAdapter. It allows you to show an array of Strings as table header. It also provides the possibility to change the text size by using the method setTextSize(int textSize).
Best regards,
Ingo

from sortabletableview.

esakia avatar esakia commented on July 18, 2024

Hi ISchwarz23,

Thank you so much for your detailed response. Everything worked out perfect!

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.