Support

Account

Home Forums General Issues Custom search and table-sorting by multi-check?

Unread

Custom search and table-sorting by multi-check?

  • I’m wondering if ACF can accomplish what I’m trying to do.

    I’m essentially trying to mimic this website using ACF:

    moffettnathanson.com/research.aspx

    I would use the repeater field and have the end user add the following fields:

    Title
    File
    Date
    Multi-Check 1
    Multi-Check 2
    Multi-Check 3

    My thought was to put the data into a table:

    <tr data-attribute="multi-check1"  data-attribute2="multi-check2" data-attribute3="multi-check3">
    title/date/etc
    </tr>

    Sort using JS. Seems a bit complicated, I’m wondering if there might be a better way to do this?

Viewing 1 post (of 1 total)

The topic ‘Custom search and table-sorting by multi-check?’ is closed to new replies.