Introduction


NgxPanemuTable is an Angular table component. It is designed to be easy to use. Most work will be in typescript file, while the html file only needs to have a very simple
tag.
Features
- [NEW]
inline editing . - Declarative table definition in typescript. Very little code in html needed.
- Sane defaults that can be overriden app-wide and per table basis.
- Pagination. More flexible than common pagination.
- Previous page of first page overflow to last page and vice versa.
- User can input arbitrary range.
- Client or server side. Client side pagination is provided, server side implementation is up to you.
- Developer can create custom pagination component. See
Custom Pagination .
- Filtering.
- Provided filter editors for string, date, datetime and key-value pair.
- You can create custom filter editor.
- Filter behavior can be customized. See
Global Search . - Support
between
operator using dot and comma. Dot representgreater/less and equal
. Comma representgreater/less
whithout equal.
amount: 1.,10 is translated to `amount >= 1 and amount < 10`
amount: 1,.10 is translated to `amount > 1 and amount <= 10`
Row Grouping.
- Support group level pagination.
- Customizable row group header and footer. See
Custom Row Group .
Column header
- Group multiple columns under one cell header. See
Grouped Column . - Support custom cell header renderer. You can put anything in column header. See
Custom Column Header .
- Group multiple columns under one cell header. See
Column Resizable.
User can change column visibility, position and stickiness at runtime. See
.PanemuSettingComponent Save table states:
- Columns visibility, position and stickiness.
- Filter, grouping, sorting and pagination.
If user changes any of those, go to other and back, the states are restored. See
Persist States .Customizable table cell.
- Support custom cell using
ng-template
or angular component. For simple example seeCustom Column . For more advanced, seeCell Renderer . - Support
custom cell formatting andstyling . Cell Expansion .
- Support custom cell using
Sticky column, header and footer. The footer usage example can be seen in
Virtual Scroll .Cell colspan and rowspan. See
Cell Spanning .Export to CSV. See
.PanemuTableController.getCsvData() Handle huge data using
virtual scroll . Now it doesn't support variable row height. But it will in the future.
This is a quick demo of
,
,
and
.
Philippines (7) | ||||||||||
United States (2) | ||||||||||
Indonesia (16) | ||||||||||
China (25) | ||||||||||
Netherlands (1) | ||||||||||
Cuba (1) | ||||||||||
Brazil (8) | ||||||||||
Peru (3) | ||||||||||
Mongolia (1) | ||||||||||
Jamaica (1) | ||||||||||
Ukraine (4) | ||||||||||
Sweden (2) | ||||||||||
Poland (7) | ||||||||||
Macedonia (1) | ||||||||||
Iran (1) | ||||||||||
Bulgaria (1) | ||||||||||
Colombia (1) | ||||||||||
Russia (5) | ||||||||||
Japan (4) | ||||||||||
Hungary (1) | ||||||||||
Mexico (1) | ||||||||||
Ivory Coast (1) | ||||||||||
Senegal (1) | ||||||||||
Albania (1) | ||||||||||
Czech Republic (3) | ||||||||||
Kyrgyzstan (1) | ||||||||||
Croatia (1) | ||||||||||
Panama (1) | ||||||||||
Denmark (1) | ||||||||||
Morocco (1) | ||||||||||
Nigeria (2) | ||||||||||
France (1) | ||||||||||
Tunisia (1) | ||||||||||
Afghanistan (2) | ||||||||||
Canada (1) | ||||||||||
Haiti (1) | ||||||||||
Thailand (1) | ||||||||||
Bosnia and Herzegovina (1) | ||||||||||
Finland (1) | ||||||||||
Portugal (4) | ||||||||||
Georgia (1) | ||||||||||
Greece (2) | ||||||||||
Argentina (3) | ||||||||||
Burkina Faso (1) | ||||||||||
Honduras (1) | ||||||||||
Spain (1) | ||||||||||
Eritrea (1) | ||||||||||
Guatemala (1) | ||||||||||
South Africa (1) | ||||||||||
Mauritania (1) | ||||||||||
Norway (1) |
More In The Future
These features are not developed yet. Please create a ticket in
- Virtual scroll with variable row height.
Releases:
v.0.4.0
- [Breaking Change] Persist state now has a way to pick what states to save rather than always saving all states.
See this page . - Icons can be changed. See
Icons
v.0.3.0
- Inline editing
v.0.2.0
- Transpose selected row.
v.0.0.9
- New
as the UI to change columns visibility, position and stickiness.PanemuSettingComponent - Save table states (column structure, pagination, filtering, sorting and grouping)
- Support cell rowspan and colspan using
.RowRenderer
v.0.0.7
- Virtual scroll
- Table footer
- RowGroup now customizable and can have footer
Support Us
About Panemu
We are software development company.