Giter Club home page Giter Club logo

Comments (6)

leejordan avatar leejordan commented on August 29, 2024

I'm not 100% sure I understand your requirement. Can you show me an example or maybe a mockup?

from reflex.

dev4press avatar dev4press commented on August 29, 2024

Classic HTML TABLE:

<table>
  <thead></thead>
  <tbody>
    <tr>
       <th>...</th>
       <td>...</td>
    </tr>
  </tbody>
  <tfoot></tfoot>
</table>

from reflex.

leejordan avatar leejordan commented on August 29, 2024

I can't really visualize how you would want the cells rearranged for responsive layout sorry

from reflex.

dev4press avatar dev4press commented on August 29, 2024

Each row has a number of cells, and for one row Reflex works fine, it is responsive. If I have 2 rows, they behave independently with Reflex, and each row has cells with different sizes. It only needs to keep the same layout, same cell size, just like table does for each row. Can Reflex 'sync' cell sizes for all rows in the same wrapper?

from reflex.

iKova82 avatar iKova82 commented on August 29, 2024

I think he want a fallback for wrapped items in older browsers with display:table; and display:table-cells;
This is what i also searching for.

from reflex.

leejordan avatar leejordan commented on August 29, 2024

I'm not really sure if this will work with this grid. Unless anybody wants to experiment with it I'm not sure how to answer right now.

from reflex.

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.