angular-grid-layout icon indicating copy to clipboard operation
angular-grid-layout copied to clipboard

A few questions or feature requests (nested feature, dropping in between ktd-grid)

Open andre-ellrich-adup opened this issue 2 years ago • 12 comments

  1. is it possible to drop an ktd-grid-item between two ktd-grid-components? 2 is it possible to have ktd-grid-components inside ktd-grid-component? And drop items between nested ktd-grid-components?

andre-ellrich-adup avatar Jul 23 '21 16:07 andre-ellrich-adup

1- is it possible to drop an ktd-grid-item between two ktd-grid-components? No, it is not possible right now, it would need to be imlpemented.

2- is it possible to have ktd-grid-components inside ktd-grid-component? And drop items between nested ktd-grid-components? Is not possible to have nested ktd-grid-components right now, although is pretty easy to add it's support. Dropping items between nested ktd-grid-components would be the same feature as question 1.

In resume both features are not supported right now, but they could be implemented (they are both quite easy achievable). If more people demands it I would add them on the TODO list. If you want to have it, you can implement it, we can talk about the solution. I am okay to have this features, they are really nice.

llorenspujol avatar Jul 27 '21 07:07 llorenspujol

I have once tried to create a drop grid like yours but could not progress very far. It was based on cdk-tree and cdk-drag-drop. Have you ever considered using a cdk-datasource for this task?

andre-ellrich-adup avatar Jul 27 '21 19:07 andre-ellrich-adup

You don't need cdk-datasource for that AFAIK. Said that, cdk-drag-drop module can contain great ideas on how to implement the feature about dragging grid-items between different grids, since they have implemented it, but instead of grids, the drag and drop containers are lists. So the solution could be something similar on what cdk-drag-drop uses to drag drag-items between Lists.

llorenspujol avatar Sep 09 '21 14:09 llorenspujol

No solution has been found to have grid layout like this library and DND between layout. Actually i use CDK, but search actively a solution to have grid layout with features of CDK.

Identity-labs avatar Oct 20 '22 11:10 Identity-labs

If you want to have it, you can implement it, we can talk about the solution.

Hi @llorenspujol ,

I am interested in implementing this. Where/when can we talk about the solution?

agonhasani avatar Feb 06 '23 13:02 agonhasani

@agonhasani I created a discord server, we can talk there: https://discord.gg/TPWE3DPP

llorenspujol avatar Feb 06 '23 14:02 llorenspujol

Hi,

What is the status of the grid nesting feature? I am very interested :)

EpicDiceStudio avatar Mar 03 '23 09:03 EpicDiceStudio

1- is it possible to drop an ktd-grid-item between two ktd-grid-components? No, it is not possible right now, it would need to be imlpemented.

2- is it possible to have ktd-grid-components inside ktd-grid-component? And drop items between nested ktd-grid-components? Is not possible to have nested ktd-grid-components right now, although is pretty easy to add it's support. Dropping items between nested ktd-grid-components would be the same feature as question 1.

In resume both features are not supported right now, but they could be implemented (they are both quite easy achievable). If more people demands it I would add them on the TODO list. If you want to have it, you can implement it, we can talk about the solution. I am okay to have this features, they are really nice.

Hi, i realy need this so bad right now, i think other people also do. While you can't do it @llorenspujol , can you just give me some guidance so i can try my self?

Thank you

Rlima2 avatar May 26 '23 09:05 Rlima2

Hey @Rlima2 !

I have a small Discord server to discuss features like this, you can join it here

@arnoudb drafted already some of the solution on this discord. The channel to discuss it is #dnd-between-grids.

llorenspujol avatar May 30 '23 14:05 llorenspujol

Hi @llorenspujol,

I would also need the functionality to drop an item from outside into the grid. Placing components from a pool (outside) into a dashbord (grid).

Any timeline on this?

Many thanks

ray-kay avatar Jul 04 '23 14:07 ray-kay

Hi @ray-kay!

There is no set timeline for implementing this feature. If anyone is interested in having it, I suggest implementing it yourself. You can join the Discord , and I will provide implementation guidance. It's not a difficult issue, it just requires some some time to pull of.

llorenspujol avatar Sep 05 '23 08:09 llorenspujol

Hi @ray-kay!

There is no set timeline for implementing this feature. If anyone is interested in having it, I suggest implementing it yourself. You can join the Discord , and I will provide implementation guidance. It's not a difficult issue, it just requires some some time to pull of.

I also want that a lot, but no time for now to do it.

Rlima2 avatar Sep 05 '23 15:09 Rlima2