Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

227
Views
Mostrando ValueField (Id) en la página siguiente en Extjs ComboBox Pagination

Tengo el combo de formulario ExtJs que muestra los valores en el menú desplegable como casilla de verificación y el valor para seleccionar. He usado la paginación para enumerar todos los valores sin páginas. En la primera página, muestra 'edad' en el menú desplegable, pero cuando hace clic en la página siguiente, muestra las identificaciones de las entradas seleccionadas de la primera página.

 Ext.create('Ext.form.ComboBox', { id: 'ageComboPickerReport', name: 'ageComboPickerReport', maxHeight: 150, margin: '0 5 0 0', width: 150, emptyText: "Select tags", listConfig: { getInnerTpl: function (displayField) { return '<div class="x-combo-list-item"><img src="" class="chkCombo-default-icon chkCombo" /> {' + displayField + '}</div>'; }, autoEl: { 'q-name': 'rpt-age-criteria-list' }, labelAlign: 'top', pageSize: 25, displayField: 'age', valueField: 'id', forceSelection: true, store: me.ageStore, //Disable Typing and Open Combo onFocus: function () { if (!this.isExpanded) { me.ageStore.load() this.expand() } this.getPicker().focus(); } }),

¿alguien podría decirme cómo mostrar la 'edad' (displayField) en lugar de mostrar valueField (id)?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!