Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 7 months ago

I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way I have been handling user requested sorting (all server side) up until now. What I found was the jQuery TableSorter plugin plus a few extras. The plugin, like just about all jQuery plugins is really easy to use. You just point it at your table and it does the rest (make sure your table has thead and tbody tags though). Of course there are many options that you can set for your particular situation. Check out the demo.

2 comments |category: |Views: 494

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dotnetchrisdotnetchris(157) 3 years, 7 months ago 0

I love listviews, I love pure css mark up, and almost zero work to do client side programming that is very functional and fitting, definitely kicked.

Reply

posted by gt1329agt1329a(7849) 3 years, 7 months ago 0

Good stuff.

Reply

information Login or create an account to comment on this story