|  |  | 
 |  |  |  | 
 |  |  | const filters = [ | 
 |  |  |   // <SearchInput source="condition" alwaysOn />, | 
 |  |  |   <DateInput label="common.time.after" source="timeStart" alwaysOn />, | 
 |  |  |   <DateInput label="common.time.before" source="timeEnd" alwaysOn />, | 
 |  |  |  | 
 |  |  |   <TextInput source="username" label="table.field.user.username" />, | 
 |  |  |   <TextInput source="nickname" label="table.field.user.nickname" />, | 
 |  |  | 
 |  |  |           <BulkDeleteButton mutationMode={OPERATE_MODE} /> | 
 |  |  |         )} | 
 |  |  |         rowClick={(id, resource, record) => false} | 
 |  |  |         expand={() => <UserPanel />} | 
 |  |  |         expandSingle={true} | 
 |  |  |         omit={[ | 
 |  |  |           "id", | 
 |  |  |           "email", |