()
| 386 | } |
| 387 | |
| 388 | func (m *structTableModel) setSoftDeleteField() error { |
| 389 | fv := m.table.SoftDeleteField.Value(m.strct) |
| 390 | return m.table.SetSoftDeleteField(fv) |
| 391 | } |
| 392 | |
| 393 | func splitColumn(s string) (string, string) { |
| 394 | ind := strings.Index(s, "__") |