You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<crux:grid id="testGrid" ... dataSource="testDS"/>
<crux:randomPager ... pageable="testGrid"/>
and
public class ProcessamentoDS extends RemoteStreamingDataSource<...>
Crux will not alert me that the randomPager will not work with the RemoteStreamingDataSource. It should at least give me a info that this is wrong or a compilation problem.
The text was updated successfully, but these errors were encountered:
For instance, if I declare a code like this:
<crux:grid id="testGrid" ... dataSource="testDS"/>
<crux:randomPager ... pageable="testGrid"/>
and
public class ProcessamentoDS extends RemoteStreamingDataSource<...>
Crux will not alert me that the randomPager will not work with the RemoteStreamingDataSource. It should at least give me a info that this is wrong or a compilation problem.
The text was updated successfully, but these errors were encountered: