English 中文(简体)
带有可移动列的表的jQuery插件[已关闭]
原标题:jQuery plugin for table with removable columns [closed]

我们不允许为书籍、工具、软件库等寻求推荐的问题。你可以编辑这个问题,以便用事实和引文来回答。

Closed 5 years ago.

我想显示一个有许多列的表。所有的列不能放在一个屏幕上,所以我想让用户决定哪些列要看,哪些不看(当然,我会有一些默认值)。

我找到了SlickGridjQuery插件,它确实具有所需的功能在这里演示。但是,它还有很多其他我不感兴趣的东西。

我想知道是否还有其他jQuery插件具有此功能。如果你知道一些,请分享。

最佳回答

jqGrid-在http://trirand.com/blog/jqgrid/jqgrid.html-具有显示/隐藏列的功能,但再次提供了许多您可能不感兴趣的其他功能,但大多数功能都可以关闭。

问题回答

暂无回答




相关问题
newbie jQuery plugin issue

I m just getting into jQuery plugins and I wanted to do a sort of hello world exercise with a barebones object-oriented plugin template. But I can t get the console.log statement in the setup() ...

Adding reverse highlighting to the jQuery image map plugin?

I m using the jQuery Map Hilighter plugin, but instead of fading a dark patch over each area, I would like to reverse this and instead make the surrounding area dark, keeping the hovered area the same ...

jQuery Address Plugin - Not allowing loading ajax?

I am trying to test the jQuery Address Plugin and it seems to not allow ajax to work in the change function. I am using: $.address.change(function(event) { $( #content ).load(event.value+ #...

JQuery validation plugin - error highlight problem

I have a form with two input textboxes, and I have included jQuery validation rules for both: <script src="../../Scripts/jquery-validate/jquery.validate.js" type="text/javascript"></script&...

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Impromptu plugin for Alert Boxes

When we use Javascript prompt Box something like this var ur_name = prompt("Enter Name"); We will have two types of values in this case: Value entered by user. Second VALUE can be NULL, when user ...

热门标签