
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@sq-ui/ng-datatable
Advanced tools
Simple Quality UI kit for Angular
built by developers for developers!
You will find a description of the public API for each component. The components are grouped by modules. Any properties you can see through code inspection that are left out from this documentation are for internal use and you should not rely on them.
Any types of public interfaces and services are also included.
The 2.0.1 relases of all packages are compatible with Angular 14+. If you need a backwards-compatible version, please refer to 1.x.y packages, as stated below.
npm i @sq-ui/ng-datatable --save
-- or --
yarn add @sq-ui/ng-datatable
Import the NgDatatableModule in your module:
import { NgDatatableModule } from '@sq-ui/ng-datatable';
and then include it in the imports
array of your @NgModule() decorator:
@NgModule({
declarations: [ //... ],
imports: [
NgDatatableModule,
//...
],
//...
ng-sq-ui does not come with a specific font. Including the default theme is also optional. Refer to our Live examples page.
"styles": [
"src/styles.css",
"./node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css",
"./node_modules/@fortawesome/fontawesome-free/css/solid.min.css",
"./node_modules/@fortawesome/fontawesome-free/css/regular.min.css",
],
To use our styling just add the class="sq"
on a parent element.
<body class="sq">
<sq-datatable>...</sq-datatable>
</body>
Want to file a bug, contribute some code, or improve documentation? Read up on our Contributing Guide before making a pull request.
Thanks goes to these wonderful people!
Plamena Radneva 💻 📖 ⚠️ ✅ 📝 | Samuil Gospodinov 💻 📖 ⚠️ 📢 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A customizable datatable for Angular by SQ-UI
The npm package @sq-ui/ng-datatable receives a total of 26 weekly downloads. As such, @sq-ui/ng-datatable popularity was classified as not popular.
We found that @sq-ui/ng-datatable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.