Code Monkey home page Code Monkey logo

Comments (4)

onechiporenko avatar onechiporenko commented on June 11, 2024

@avdmatamoros, could you provide a list of changes that need to be done in the ember-models-table to support grid from ember-paper or ember-material-lite?
Thanks

from ember-models-table.

dmatamoroscr avatar dmatamoroscr commented on June 11, 2024

it is mostly css, such as the column classes.
however the big one that "broke" was the columns drop down.

I'll try to get some changes done locally to get a better idea as to exatly needs to be done, but I'm not sure when I might have it ready.

from ember-models-table.

onechiporenko avatar onechiporenko commented on June 11, 2024

@avdmatamoros, I've committed some changes that allow to customize css-classes used in the component-markup.

from ember-models-table.

cimtico avatar cimtico commented on June 11, 2024

hey
I was able to play around with the templates a bit and make it look/work with ember paper
https://github.com/cimtico/ember-models-table

cimtico@ee6f9f3

I also used a bit of cutom scss to adjust a couple things that might be solved better with your newer changes.

.models-table-wrapper {
  .table-footer {
    padding: 10px 5px;
    border-top: 1px solid #d0d0d0;
  }
  table {
    padding: 10px 5px;

    thead {
      tr {
        td, th {
          padding-bottom: 0;
        }
        &:last-child {
          td, th {
            padding-top: 5px;
          }

          input {
            height: auto;
          }
        }
      }
    }
  }
  > .pull-left {
    padding: 10px 5px 0;
    input {
      height: auto;
    }
  }
}

from ember-models-table.

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.