pontikis / jui_datagrid

jQuery datagrid plugin using jQuery UI CSS Framework
MIT License
56 stars 20 forks source link

Could you add a classic sorting by clicking the header, Thanks #38

Open breezeboy opened 11 years ago

breezeboy commented 11 years ago

Normal, we just use the classic sorting by clicking the header, Advanced, maybe we need the style sorting.

pontikis commented 11 years ago

Actually, applying a 'simple column sort', advanced sorting must be cleared (if it has been applied).

However, not a bad thought. It is also a common feature in datagrids. I will try to implement it in some next release.

breezeboy commented 11 years ago

Thanks for your prompt reply. Simple column sort is easy to use and only one step when the operator need a simple sort. most of time, we just need a simple sort. Or you can try remember the pre click then inverse it as the second sort factor.

STKannan commented 10 years ago

Is the "Simple column sort" functionality implemented? That would be a minimum required feature in any of the datagrids. If it's not yet ready I may have to choose other plugins as simple sort is one of the requirements. Can you please confirm?

pontikis commented 10 years ago

It is not implemented yet. Probably you could try Bootstrap Datagrid https://github.com/pontikis/bs_grid which has this feature and similar API

Thank you