Skip to content

TableJS [].<fieldNameMethod>() - Capabilities to get all values, not only distinct values #2

@neooblaster

Description

@neooblaster

currently :

let cameras = new TableJs(...);
let Brands = cameras.Brand(); // Distinct list of brand
// Propal :
// -> Pass an object for extra settings, because argument(s) stands for search value(s)
let BrandListNonDistinct = cameras.Brand({distinct:false});

Note : Changing default behavior for distinct will make library major version.

  • Set distinct by default ? (currently)
  • Set all value by default ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions