Welcome Guest, Not a member yet? Register   Sign In
Flexigrid - Lightweight but rich data grid

[eluser]Armorfist[/eluser]
Looking good. Smile

[eluser]CI almond[/eluser]
looks good. On the google group, i think its a lot better if you move this on google group, more people will likely to involve and the group will only focus on flexigrid coz in here we are suppose to talk CI stuff. Anyway thanks a lot.

Just a suggestion, can you make the loading more prominent, like a loading word or an ajax loading icon on the center of the grid while the background is alpha dimmed. Thanks again, good luck on becoming the official grid of jquery.

[eluser]paulopmx[/eluser]
[quote author="CI almond" date="1219759984"]looks good. On the google group, i think its a lot better if you move this on google group, more people will likely to involve and the group will only focus on flexigrid coz in here we are suppose to talk CI stuff. Anyway thanks a lot.

Just a suggestion, can you make the loading more prominent, like a loading word or an ajax loading icon on the center of the grid while the background is alpha dimmed. Thanks again, good luck on becoming the official grid of jquery.[/quote]

Actually you can do the dimming effect right now, even choose the opacity { blockOpacity } and color (through CSS). But I found out that most user's prefer no dimming and feels the dimming effect a little jarring between page loads (wierd I know). That's why I opted not to put a loading word in the middle of the grid, but the developer still has the option of adding a dimming opacity with varying opacity levels.

Still I'm very confident of the new API system which will allow you to override some of the standard things I do. All will become clear as days progress.

[eluser]Unknown[/eluser]
Hi all-

I am just starting to look at Flexigrid. We have an entire application framework in ExtJS, which is great, but we have seen that the grid is a little slower performing...so we saw Flexigrid as a possible alternative that we can integrate into our ExtJS framework.

One really basic question...I have a panel in ExtJS where the old ExtJS grid was placed. Two of the parameters I was able to set was layout: 'fit', and forceFit: true, which would expand the height/width of a grid to fill the panel. Does anyone know of a similar way using the Flexigrid to expand the height/width of a grid to fill a panel/parent element/page?

Thanks again for the great work with this.

[eluser]mslinuz[/eluser]
just wanna ask, i wonder if anybody here ever successfully applied a date range for filter??
it may be done by adding a button which will handle this purpose but embeded one will b nicer
this is great btw ^-^

[eluser]CI almond[/eluser]
[quote author="paulopmx" date="1219773820"]
Actually you can do the dimming effect right now, even choose the opacity { blockOpacity } and color (through CSS). But I found out that most user's prefer no dimming and feels the dimming effect a little jarring between page loads (wierd I know). That's why I opted not to put a loading word in the middle of the grid, but the developer still has the option of adding a dimming opacity with varying opacity levels.

Still I'm very confident of the new API system which will allow you to override some of the standard things I do. All will become clear as days progress.[/quote]

Cool and thanks for the reply, another question, currently can we set filters to the grid with or without server interaction? like add a filter of all items starts with a or show only all items which is expired or something like that. and btw flexigrid is pretty fast on the nightly of firefox. Thanks again, you rock...

[eluser]TheJayL[/eluser]
Does compressing the file improve performance on runtime level, or just on a load time level (because its smaller). I don't care about the size, but performance so is the compressed version more efficient? Thanks.

[eluser]jplanet[/eluser]
This component is about to save my life in what might have been a very tedious project!

I am having one issue though -- I am getting "Processing, Please Wait" at the bottom, and it is not going away. It is a very large data set with about 3000 rows, but I even tried a LIMIT 10 to my query, but it still tries to render all of the rows.

Note: My query is a UNION, in case that might have something to do with it...

[eluser]daiyna[/eluser]
[quote author="paulopmx" date="1219699261"]Hi Guys,

Here's a preview of the new CSS and Slice of the upcoming release:

http://webplicity.net/flexigrid/grid3test/ref.html

This is just a slice by the way, but its also a proof of concept on who it can withstand a drupal Garland CSS.

Paulo[/quote]

nice css work

[eluser]paulopmx[/eluser]
[quote author="jplanet" date="1219870743"]This component is about to save my life in what might have been a very tedious project!

I am having one issue though -- I am getting "Processing, Please Wait" at the bottom, and it is not going away. It is a very large data set with about 3000 rows, but I even tried a LIMIT 10 to my query, but it still tries to render all of the rows.

Note: My query is a UNION, in case that might have something to do with it...[/quote]

The issue is in your backend. Flexigrid will render all the rows that you pass.




Theme © iAndrew 2016 - Forum software by © MyBB