I
I
Ice2021-06-29 22:08:20
JavaScript
Ice, 2021-06-29 22:08:20

How to copy cells in a table?

The project is in Vue and uses a table from the Vuetify framework.
There is a task to make a quick copy of cells in the table as in excel (by dragging the mouse), while maintaining the custom render functionality in the table of pictures and buttons.
I have not found this functionality in other frameworks.
I tested some libraries similar to excel, many do not support custom rendering or slots.
Perhaps someone faced such a question?
There are perhaps examples of the implementation of such functionality, at least in native js, try to adopt this functionality manually.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Kulakov, 2021-06-30
@kulakoff Vue.js

I'm afraid the vuetify table is unlikely to work here, it's still for displaying data.
You can try this: https://handsontable.com/docs/9.0.1/frameworks-wra...
Well, or what the search returns: https://www.google.com/search?q=js+library+for +edi...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question