![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
angular-dropdown-select
Advanced tools
Multiple Dropdown Select - You can use this angular-dropdown-select apart from data tables as well.
Multiple Dropdown Select - You can use this angular-dropdown-select apart from data tables as well.
![]() Instance: A way to bind it with tables. |
npm i angular-dropdown-select
import { AngularDropdownSelectModule } from 'angular-dropdown-select';
<lib-angular-dropdown-select [headings]="headings" [extras]="extras" (headingsCheckedUpdate)="selectedColumnChange($event)" (checkBoxCheckedUpdate)="getStatusOfUnselectedAll($event)"></lib-angular-dropdown-select>
selectedColumnChange(event: any){
console.log(event);
}
getStatusOfUnselectedAll(event: any){
console.log(event);
}
let headings: [
{ id: 1, name: 'id', checked: true },
{ id: 2, name: 'name', checked: true },
{ id: 3, name: 'age', checked: false },
{ id: 4, name: 'email', checked: true },
{ id: 5, name: 'emp_number', checked: true }
],
let extras:{
uncheckAllStatus: false
}
Property/Method | Type | Description |
---|---|---|
headings.id | number | IDs of dropdown select items |
headings.name | string | Names of dropdown select items Or Headings of table shown in example |
headings.checked | boolean | Status/Visibility of dropdown select |
extras.uncheckAllStatus | boolean | Boolean flag to handle all checked/unchecked state |
Suraj Motwani - Email: suraj.motwani1306@gmail.com
Angular Dropdown Select is available under the MIT license. See the LICENSE file for more info.
FAQs
Multiple Dropdown Select - You can use this angular-dropdown-select apart from data tables as well.
The npm package angular-dropdown-select receives a total of 0 weekly downloads. As such, angular-dropdown-select popularity was classified as not popular.
We found that angular-dropdown-select demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.