问题描述
可以在pe:sheet组件主界面中进行实时滚动.对于数据表,我执行了实时滚动,并且正在运行.
Is live scroll possible in pe:sheet component primefaces. For datatable I had performed live scroll and it was working.
有人在pe:sheet中进行实时滚动吗?
Any work around for live scroll in pe:sheet?
推荐答案
我是组件的作者,我可以回答说工作表中没有LiveScroll.
I am the author of the component and I can answer that there is no LiveScroll of the sheet.
话虽如此...工作表旨在处理大量数据,并且在进行编辑时,工作表仅提交您编辑的单个单元格,这与PF DataTable提交整个表单不同.
That being said...The sheet was meant to handle a large volume of data and when you make edits it only submits the single cell you edited, unlike the PF DataTable which submits the whole form.
我想尝试一下,看看它是否满足您的需求.您要加载多少行?
I would say give it a try to see if it meets your needs. How many rows are you trying to load?
这篇关于PrimeFaces Extensions pe:sheet组件实时滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!