Skip to content

No idea how to make filter outside table #35

@AkshayChan

Description

@AkshayChan

Hello,

I have no clue about how to use my filter outside the table. I have created a select element

  <select id="ASIN" class= "custom-select">
    <!--
    <option>ASIN</option>
    <option>B0000934FH</option>
    <option>B00009ABCD</option>
    <option>B00009HYTD</option>
    -->
  </select>

This is what I'm trying to do

filters: {
_1 : { element : $("#ASIN"), values : {0: "B0000934FH", 1: "B00009HYTD"} },

I don't have an id for the column and ASIN is the id for my select element.

Please help

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions