Giter Club home page Giter Club logo

Comments (3)

tananaev avatar tananaev commented on June 14, 2024

It works for me.

from traccar-manager-android.

ValeraVi avatar ValeraVi commented on June 14, 2024

It seems like all columns of report table has a "style=width: 100px;..." or something else, which prevent them to have the width less that some minimal value (100 px?).
So on big screen, if there are enough space for columns to be wider that that minimal value, it is possible to make column wider, then rest of columns will be smaller, but they can't be smaller than minimal value anyway.
On small screen, all columns already using minimum allowed width, scroll bar already visible. So it is not possible to increase the width of one column, because size of other columns can't be decreased below minimum value.

Is it possible to increase the virtual screen size for table? Because currently, tables, seems like, are trying to fit to real screen size (very small on phone) and calculating all width of all columns, based on real screen size, always hitting the minimal allowed values. If for example real screen size 1000px, then 15 columns with minimum width 100 px will got virtual screen size just to fit those 15 columns with minimum width, i.e. 1500 px; and scroll bar will be available. So it will be not possible to resize the columns. But i think it will be better to give the virtual screen size much bigger: for example 4 times bigger than minimum width, or, may be some fixed, but big value, like 10000 px (for my example above). Scroll bars will be visible in both cases, but at least it will be possible to resize needed column.

Thanks!

from traccar-manager-android.

tananaev avatar tananaev commented on June 14, 2024

Sorry for delay. I have fixed the problem in traccar/traccar-web@1db0f3f.

from traccar-manager-android.

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.