Code Monkey home page Code Monkey logo

Comments (7)

go1dfish avatar go1dfish commented on May 22, 2024

This is not currently supported by ember-table, but it could be, and it could be bi-directional.

For inspiration check out https://github.com/warpech/sheetclip/ and https://github.com/warpech/jquery-handsontable

from ember-table.

petrvolny avatar petrvolny commented on May 22, 2024

Does anyone already started working on this feature or is it still "free"?

from ember-table.

ppong avatar ppong commented on May 22, 2024

@petrvolny it is still "free". Feel free to take it.

from ember-table.

Sofiane000 avatar Sofiane000 commented on May 22, 2024

Has anybody implemented an export to excel option from ember Addepar table

from ember-table.

petrvolny avatar petrvolny commented on May 22, 2024

@go1dfish The problem with Handsontable solution is that it uses little Flash snippet on background so implementing it that way would introduce flash dependency in ember table. Not sure if this is what we want. @azirbel any ideas on this one?

AFAIK there is no easy solution for accessing system clipboard from javascript.

from ember-table.

azirbel avatar azirbel commented on May 22, 2024

I think this needs some API thought. It doesn't even seem very Ember-Table related; Ember Table handles visualizing the table data, but because it's not rendering all the rows, your copy+paste functionality is going to be very limited if you try to copy+paste from rendered DOM elements.

So probably what we want is something that looks like "function for processing selection (the Ember Table output) and copying it into the system clipboard". Then you can add a "copy"/"paste" button that uses this function.

As you mentioned, it looks hard to interface with the system clipboard via Javascript (though I haven't looked into it). But I think this is pretty much what we have to do, and it doesn't have to involve Ember Table - we need a way to copy Javascript object data in and out of the system clipboard, and can then interface with Ember Table via selection.

from ember-table.

billy-addepar avatar billy-addepar commented on May 22, 2024

This version of Ember table is no longer supported. If you want to continue discussion, you can open the issue on Ember Table Legacy

from ember-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.