Questions tagged [ng2-smart-table]

ng2-smart-table is smart table used in web development API

ng-smart-table is a smart table used in web development API like Angular 2+. It is simple to use. It performs CRUD operations easily with provided back-end support. It can sort data quickly. Table contains actions like Insert, Edit, Delete. Further documentation can be found on ng-smart-table

253 questions
4
votes
1 answer

./node_modules/ng2-completer/esm5/ng2-completer.js Module not found: Error

smartTable it shows below error after doing necessary npm installation ./node_modules/ng2-completer/esm5/ng2-completer.js Module not found: Error: Can't resolve 'rxjs/Observable' in 'C:\POC\projectMgnt\node_modules\ng2-completer\esm5' However I…
Anil wagh
  • 273
  • 1
  • 14
4
votes
1 answer

How to add ng2-smart-table nested columns in Angular 6

How to get multiple sub-columns in single columns (nested) in ng2-smart-table Angular2. I have currency column - in that column i want to add multiple sub-columns like INR, USD,
Vaibhav Gaikwad
  • 811
  • 2
  • 12
  • 21
4
votes
2 answers

checkboxes in ng2-smart-table

I am using ng2-smart-table in my project, I want to add a column with checkboxes which while rendering will be checked based on the object which binds the table. In the object, there is a field with a boolean value which will determine if the…
manish sharma
  • 63
  • 1
  • 7
4
votes
4 answers

Ng2-smart-table : Use drop-downs or date pickers in inline editing

I was searching for a better table representation for Angular2 and found ng2-smart-table is good to use. But the problem is it doesn't seems to provide a direct way to use drop downs or date pickers in in-line editing. Is there any way to make it…
PrazSam
  • 1,166
  • 2
  • 12
  • 20
3
votes
0 answers

ERROR TypeError: Cannot read property 'subscribe' of undefined

I have use ng2-smart-table with datepicker. it returns Cannot read property 'subscribe' of undefined. use component: DatepickerComponent import { DatepickerComponent } from '../forms/datepicker/datepicker.component'; export class…
Nikund Lathiya
  • 79
  • 2
  • 10
3
votes
1 answer

How to update pagination action in ng2-smart-table

In angular app, I have used ng2-smart-table. And I have enable pagination in that. But it shows normal look. Instead of that default look, I have used dropdown with page option.