× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Sorting dropdown list in Admin Panel

1 Jahr 2 Monate her #10046 von Marc Rosenblitt
Sorting dropdown list in Admin Panel wurde erstellt von Marc Rosenblitt
So I'm almost done with building a J4 verson of a component I built 7 years ago. I've figured out almost everything, except how to filter and sort a dropdown list in the admin component edit page.

I have 3 tables. Council, Club, Board. A club has Board Members and belongs in a single council.

When you go to edit a Board Member, the dropdown list of Clubs that the Board member might belong to is 1.) sorting by ID and 2.) displaying entries that are not published any more. I need to filter that list by just the published clubs and sort it by club name.

I was trying to find an SQL statement somewhere, like how the filter dropdown does it. But after a few hours of poking in the code, I just can't figure it out.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

1 Jahr 2 Wochen her - 1 Jahr 2 Wochen her #10099 von Anna
The sort function prototype is sort(compareFn?: (a: T, b: T) => number): this; with: Sorts an array. * @param compareFn The name of the function used to determine the order of the elements. If omitted, the elements are sorted in ascending, ASCII character order. Kroger ExpressHR
Letzte Änderung: 1 Jahr 2 Wochen her von Anna .

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 0.136 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.