Ext.ux.touch.grid icon indicating copy to clipboard operation
Ext.ux.touch.grid copied to clipboard

Not compatible with ST 2.3

Open jonswaino opened this issue 10 years ago • 2 comments

I've upgraded the framework to v2.3 and the grid view rows are now not rendering. This was working fine using ST v2.1. I've checked the CSS for the containers and it appears the container for the list is being set to a height of 0px. If I compare with the previous application using v2.1 the list is correctly set a height. Can you have a look at it and provide a fix?

jonswaino avatar Mar 06 '14 22:03 jonswaino

It may be that you need a card layout, width or you can take a look at this example of a grid. I'm working on an app right this moment with a bunch of grids and ST 2.3.

http://jsfiddle.net/Trozdol/4WsZ2/14/

Hope this helps

trozdol avatar Mar 07 '14 21:03 trozdol

@Trozdol Just note - you are using official Ext.grid.Grid component which is completely different from this 3rd party Ext.ux.touch.grid component.

Pajk avatar Nov 28 '14 10:11 Pajk