问题标签 [richdatatable]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1307 浏览

java - 扩展数据表和 DataScroller

为什么这段代码不起作用?我错过了什么吗?这与我在其他页面上使用的实现完全相同,它确实有效。但这次没有运气。

0 投票
1 回答
1319 浏览

jsf - Add lines between the rows of a rich:dataTable

How can I add lines between the rows of a dataTable in JSF - so the table looks something like a matrix ?

Below is my view file :

A quick search pointed that adding rules="rows" in the dataTable would work. I tried but with no result. Apparently, when I add rules="rows" for a h:dataTable, there are lines that are introduced between the rows.

But it fails the moment I change to rich:dataTable.

How can I obtain the same result in rich:dataTable too?

I use JSF 2.0 and richfaces 4.

0 投票
1 回答
657 浏览

jsp - 如何在 JSP 页面 (JSF 1.2) 上从 rich:columns 获取 rich:datatable 的“var”?

JSP页面代码

我需要从 dataTable 中获取“var”,因为它是从列表数组创建的

它看起来类似于二维数组和嵌套循环。

我怎样才能获得访问权限?或者也许存在另一种方式?

0 投票
0 回答
352 浏览

java - Richfaces extendedDataTable 在另一个extendedDataTable 中

所以我有一个如下的extendedDataTables(代码被缩短以保持简单)。

因此,当用户单击它时,它会将其详细信息输出到后面的 a4j:outputPanel 内的另一个表中。

这部分有效。然而,这个新细节现在包含几个变量以及一个我还需要能够选择的对象的数组列表。所以这个 arrayList 生成它自己的扩展数据表,然后我需要选择并检索它的信息。这部分是它正在破坏的地方。到目前为止,我尝试过的内容如下。

我有另一个 a4j 面板来处理新的扩展选定对象。问题是我的 selectedExtensionListener 没有被调用。我不知道为什么,我正在尝试甚至可能。选择正在工作,因为行正在改变颜色,但从未调用 selectionExtensionListener。我有一些 system.out.printlnts 只是为了检查,而第一个侦听器被称为第二个侦听器。如果这很明显或什至不可能,请原谅我,但我对 jsf 比较陌生。任何帮助将不胜感激。

我将在下面复制并粘贴我的 bean 以向您展示代码的后端。我将排除声明我的所有变量并填充我的列表和对象等,因为它只会阻塞代码,如果你需要它们,请告诉我,我会编辑它们。(抱歉格式化,我不知道你是否可以在这里格式化代码吗?)

0 投票
1 回答
837 浏览

jquery - RichFaces 4:RF 展示中的数据表样式效果在范围视图中不起作用

我正在尝试对我的 jsf 数据表进行样式设置,如下所示

它在第一次加载页面时工作。但是,当我使用 ajax 调用对列进行排序时(如前面显示的链接中所述),样式消失了。如果我刷新,样式又回来了。

如果我把我的范围放在请求范围内。样式有效,但功能排序不再有效。我不太明白的事情。(有兴趣解释这种现象......)

所以我知道 jquery 很担心,但我找不到办法说:“嘿,当我对数据表值进行排序时,不要让样式消失”

也许与 reRender 有关?

BalusC,有什么想法吗?:)

非常感谢各位,

祝你今天过得愉快。

0 投票
1 回答
771 浏览

java - Iterating content of with does not show anything - JSF

I'd like to do something simple: show the content of a Java list in a table of a single column. The problem is: where the table was supposed to appear, nothing is shown.

Look at the code:

PesquisaBean.java

On the code above I made 2 tests: 1-tried to print the value of the variable uriByTitle inside of the search() method and 2-tried to print it inside of the getUriByTitle() method. On the test inside of search() I get the correct content printed at my Eclipse console, but on the test inside of the getUriByTitle() I get nothing printed.

Look at the other part of the code:

pesquisaDocumento.xhtml

Whats the problem here? Thank you!

0 投票
1 回答
452 浏览

jsf-2 - Richfaces扩展数据表中的右冻结列

展示展示了表格左侧冻结列功能(列供应商+模型)。

但是......我可以在右侧也有冻结的列吗?

我的 Richfaces 库版本是 4.3。

我已经在渲染器代码中进行了调查。AFAIK 没有为这样的功能做准备,那么是否有替代/解决方法/未来计划?

问候

0 投票
1 回答
1272 浏览

jsf - 在一个中迭代两个列表使用

我有两个List<String>,我想把它们放在一个<rich:datatable>,每个都List<String>应该column放在<rich:datatable>. 我正在<a4j:repeat>尝试<rich:datatable>使用<rich:datatable>.

看代码:

有什么问题?

谢谢!

0 投票
1 回答
396 浏览

javascript - 如何从richfaces中的extendedDataTable中删除过滤器组件行

我有一个带有这样列的扩展数据表

我不想显示带有过滤器框的控制栏,因为我使用的是外部过滤器和 JavaScript API。

0 投票
1 回答
2601 浏览

jsf - 修复了rich:datatable中的标题

我无法修复来自rich:datatable 的标题。

在我丰富的数据表负载中有很多列。滚动时,我丢失了列表的标题。如何修复标题?