Open baryalenn opened 5 months ago
Would it be possible to sort the table by the formatted value ?
Sort by "nomGroupePresence"
PlutoColumn( title: 'Groupe', field: 'GroupPresence', width: 120, type: PlutoColumnType.select(toJsonList(groupsPresence)), applyFormatterInEditing: true, formatter: (value) => value == null || value == "" ? "" : GroupPresenceModel.fromJson(value).nameGroupPresence! ),
Would it be possible to sort the table by the formatted value ?
Sort by "nomGroupePresence"
PlutoColumn( title: 'Groupe', field: 'GroupPresence', width: 120, type: PlutoColumnType.select(toJsonList(groupsPresence)), applyFormatterInEditing: true, formatter: (value) => value == null || value == "" ? "" : GroupPresenceModel.fromJson(value).nameGroupPresence! ),