ng2-smart-table icon indicating copy to clipboard operation
ng2-smart-table copied to clipboard

Angular Smart Data Table component

Results 149 ng2-smart-table issues
Sort by recently updated
recently updated
newest added

How to handle server-side errors, and also how can I clear my table data and show records not found? Note: this is specific for "ServerDataSource". Thanx

Hi All, I am having major issues getting custom actions to render, can someone please help? I have set up my settings like so: ``` settings = { actions:{ add:false,...

I having an issue with the custom editor on how to pass the instance parameters, though it's working as expected in the render mode. renderComponent: CustomComponent, onComponentInitFunction(instance) { console.log(`instance: `,...

columns: { Affilliate: { title: 'Affiliate', editable: false }, Year: { title: 'Year', editable: false Site: { title: 'Site' }, Ctry: { title: 'Ctry', editor: { type: 'list', config: {...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Request by the users on #785 and stackoverflow: https://stackoverflow.com/questions/52232701/how-to-update-placeholder-text-in-ng2-smart-table/53216634#53216634

Hi experts, I'm trying to disable the **actions column** in the settings object when I populate it dinamically in the component's constructor without success. Here is the code: ``` getSettings():...

Updated to support angular 13

We have a grid, the values come from an endpoint. Some of those values are "null". The sort method is not working properly. Looks like the table is not able...