Open abhith opened 7 years ago
This is not possible with angulargrid as it expect the columns to be of same width and height can be different. You may like to try https://github.com/ManifestWebDesign/angular-gridster for that use case. If you just want to highlight on some action and don't care about repositioning other items you can easily do it with css by transforming your item based on some class. But this approach may hide other items around it.
If we set highlight for an item, that item will occupy two columns width and proportional height, so that the item can be easily noticed in the grid.
Can we achieve the above mentioned in the current grid in somehow?