0

I am seeking a data grid such a excel sheet. My focus is on filter only(see mentioned image below)so please anyone can help in it.

enter image description here

2
  • You forgot to post the code Commented May 20, 2014 at 8:03
  • Kendo has a pretty nice grid. @rpax: I'm pretty sure he doesn't have any. This question is only asking for a grid library (And as such, not really supposed to be on SO) Commented May 20, 2014 at 8:03

1 Answer 1

1

you can use jquery datagrid (http://plugins.jquery.com/tag/datagrid/)

Another one is http://handsontable.com/

But for advanced feature like excel have, you have to code it yourself or write a new plugin.

Sign up to request clarification or add additional context in comments.

2 Comments

@Paul I already tested above grid but that doesn't meet the requirement as i posted snapshot above
Ok. Then I think you have to write your own plugin. But you can also check these 2 links, (paramquery.com/demos), (roberto.open-lab.com/2010/01/30/…)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.