1.0.2 • Published 1 year ago

zehnselect v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Project Title

ZehnSelect is multiselect dropdown pacage for JAvaScript projects.

Add Folowing code to your HTML file if you want to use zehnselect in table.

You can also change table fields accordig to your need.

JavaScript file template

Add import in your JS File

import ztmultiselect from "../node_modules/ztmultiselectdropdown/Index.js";

Exmaple Data

const categories = [ { id: 1, name: "DmpTest6762NyKpsTestDataforDrp", Data: [ { cId: 1, category: "ProductsTD455", items: { itemId: 1, itemName: "4Mens Casual Premium Slim Fit T-Shirts", status: "checked", }, { itemId: 2, itemName: "Mens Casual Slim Fit", status: "unchecked" }, { itemId: 3, itemName: "Silver Dragon Station Chain Bracelet", status: "unchecked", }, { itemId: 4, itemName: "Hafeez Center in the United States", status: "unchecked", }, { itemId: 5, itemName: "White Gold Plated Princess", status: "unchecked", }, { itemId: 6, itemName: "Classic Created Wedding Engagement", status: "unchecked", }, , }, ]} ];

** Call function ztmultiselect ztmultiselect(categories);

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago