Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Convert RecordList to DataSource

    Ls,

    I am wcreating tables where we have the dataset in a java.util.Vector.
    We convert this vector to a ListgridRecord, which then will be the data for the table.

    Now we want to add soem features to the table, like filtering, which need a datasource.
    Is there a way of converting a ListgridRecord to a DataSource?


    #2
    See DataSource.clientOnly.

    Comment


      #3
      Thank you for the response, but this still requires a Datasource and does not tell me how to convert de ListGridRecord to a Datasource

      Comment

      Working...
      X