- Where Developers Learn, Share, & Build Careers


I understand how to look at this and save selection after already clicking on one of the selected rows Not in. For example, select 3 rows of user and one click on one of this will only show information about one of the selected rows when

Now I am loading lazy and thus the context menu With DataTable is:

  & lt; p: DataTable id = "al_table" value = "# {alarmTable.alarms}" select = "# {alarmTable.selectedAlarm}" selectionMode = "many" var = "Alarm" resizableColumns = "true paginator =" true "lines" = "50" sortBy = "# {alarm.alarmTimestamp}" sortOrder = "descending" paginatorTemplate = "{} {CurrentPageReport FirstPageLink} {} {PreviousPageLink PageLinks} {} {NextPageLink LastPageLink} {RowsPerPageDropdown}" RowsPerPageTemplate = "25, 50 , 75, 100 "lazy =" true "style =" table-layout: auto "& gt; & Lt; P: ajax event = "rowDblselect" update = ": form: display" oncomplete = "alarmDialog.show ()" />  

And in addition to the selection, all work very well with this behavior now I can not take any action with multiple rows at the same time, because it always loses the selection How to solve this?

Text after "item class =" itemprop = "text">

It is not possible in the current implementation. You should use the No button in the context menu.


Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -