GithubHelp home page GithubHelp logo

Comments (7)

iamisti avatar iamisti commented on July 30, 2024

Yes it would be, but then you there a problem facing against you. Angular transclusion and the way it works.
I've described the flow here: https://github.com/iamisti/mdDataTable/blob/master/app/modules/app.js

The main problem is that even when u delete a row from your data source, it's been already transcluded and added to the data has been already added to the data storage. There is no clean way to detect the changes decently.

But I'm very open for suggestions/pull requests. Someone who is pro with transclusions.

from mddatatable.

filiplikavcan avatar filiplikavcan commented on July 30, 2024

I'm not sure I understand the problem. If a row is deleted all what is needed is to call a pagination method which would retrieve updated list of rows and it refreshes the table by updating the collection.

Another issue with the mdt-row attribute is that a html markup cannot be used as a content of a cell (for example buttons, etc.).

from mddatatable.

iamisti avatar iamisti commented on July 30, 2024

You right, it was just a quick workaround for that problem, but it lacks of html support.
I'll try to figure out how to make mdt-row element attribute flexible. Until that if anybody has an approach to fix that, very welcome to push a pull request.
In the meantime I'll dig into myself to solve the problem.

from mddatatable.

filiplikavcan avatar filiplikavcan commented on July 30, 2024

I would ditch the attribute and focus on the element. :-) IMHO, supporting both attribute and element will be causing a lot of troubles. I really appreciate your effort and fast response!

from mddatatable.

iamisti avatar iamisti commented on July 30, 2024

Sure, you right. I'd rather have one too because it can be error prone. 👍
And I really appreciate your suggestion too!

from mddatatable.

iamisti avatar iamisti commented on July 30, 2024

@filiplikavcan now you can also use mdt-custom-cell to generate your own cell content.
With conjuction of mdt-row attribute.

from mddatatable.

filiplikavcan avatar filiplikavcan commented on July 30, 2024

👍 Thanks.

from mddatatable.

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.