i have a column, called “selected”. i would like to express the values differently, e.g. an “X” or a blank.
do i just have to populate the values that way, or can i be more clever than that?
Hey Mikey,
you can use calculated attributes for that. you can create an attribut (calculated) call it selected and return “X” or Blank base on the values
Some examples of calculated attributes
see the other threads - i’m using a collection, not an entity selection, due to issues with the data table (i’m trying to allow the user to mark multiple rows for an operation).
DataTable’s multiSelect is not supported yet.