gpt4 book ai didi

javascript - jquery数据表插件: i want to customize jquery datatable

转载 作者:行者123 更新时间:2023-11-28 02:44:58 24 4
gpt4 key购买 nike

我正在使用 jquery 数据表 ( example )。我想要这些改变:

  1. 我想更改显示条目下拉列表的选项。
  2. 我想在一些不同的 div(除了我的表格所在的 div)中使用显示条目、搜索和分页页脚。想要将它们分开,因为它们总是粘在 table 上。
  3. 当我使用分页时,表格不应移动。它应该在边界上固定。

最佳答案

I want to change the options of show entries dropdown.

使用aLengthMenu参数:

"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]]

I want to use show entries, search and paging footer in some different div (other than the div in which my table reside). Want to keep them apart as these are always keep sticking to the table.

使用sDom范围。您可以注入(inject) div 并使用自定义类自定义现有的 div。

When I use paging the table shoud not move. It shoud be fix in boundaries.

向您的表格添加固定宽度和高度。

关于javascript - jquery数据表插件: i want to customize jquery datatable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12054883/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com