ng2-smart-table Questions
6
Solved
I'm trying to add a button to custom action, but a new column is not added in the action, making the button overlap with the others.
Code:
settings = {
actions: {
custom: [
{
name: 'Button',
...
Aldenalder asked 29/8, 2018 at 21:7
6
I am using a back-end server (Java Spring) that has Pager enabled. I am loading 100 records per page on a HTTP call.
On angular2 service, it is consuming the API call with "?page=1&size=100" ...
Mispickel asked 21/6, 2017 at 7:51
3
Solved
I'm using ng2-smart-table for display data in angular 6 app. I have enable filter feature. Now I want to set default search as a text in all columns placeholder. I have searched a lot. But I'm not ...
Ptyalism asked 8/9, 2018 at 6:34
10
I am using Ng2SmartTable and I have this error:
ERROR in The target entry-point "ng2-smart-table" has missing
dependencies:
- @ akveo / ng2-completer
I have already tried the following comma...
Headstall asked 4/4, 2020 at 11:36
2
Solved
My settings are as given below.
when I click on the 'add new' link the ID cell is editable. We want to make that field uneditable.
mySettings = {
columns: {
id: {
title: 'ID',
editable: false,...
Strangulate asked 23/1, 2018 at 14:21
2
Solved
In my app, I have load dynamic values in dropdown list of ng2-smart-table. Now I have to enable multiple selection in dropdown in ng2-smart-table.
Note: Multiple selection in dropdown not for chec...
Pictograph asked 11/12, 2018 at 18:1
4
I have a table built by ng2-smart-table, data in the table has two states as Draft and Ready. When data.status = 'Draft', it's possible to show actions column for CRUD purpose, but then the state c...
Wiatt asked 12/6, 2018 at 12:47
3
Solved
I am using ng2-smart-table from
https://akveo.github.io/ng2-smart-table/#/documentation
Live Demo:
http://akveo.com/ngx-admin/pages/tables/smart-table
Please help me with below questions:
I wan...
Pomelo asked 2/4, 2019 at 19:27
1
Solved
I am using ng Smarttable and change the datasource array via an event (the change is an id change of a value inside the array). The problem is that angular doesnt detect the changes and nothing hap...
Mchugh asked 18/3, 2019 at 10:22
2
Solved
I am trying to use the component <ng2-smart-table>. I actually did it, but I need to refresh the data after the user click in a page or in a column for sorting, is there any way to capture th...
Ejector asked 5/7, 2018 at 19:9
3
Solved
I'm new to ng2-smart-tables. I'm trying modify the example below from the GitHub page so that the check boxes don't disappear when moving from page to page.
import { Component } from '@angular/cor...
Luthanen asked 18/10, 2017 at 21:4
1
Solved
anyone can help me how to use CSS to the ng2-smart-table compoment?
I wuold like to customize pagination , title, thead, tbody
thanks in advance
Andrea
Testate asked 9/4, 2018 at 8:19
1
Development for ng2-smart-table has stalled and I am trying to build a fork for the repository but it appears to not build.
I've done similar stuff before and normally just create a fork of a repo...
Grus asked 18/12, 2017 at 15:39
2
Solved
In ng2-smart-table of angular 2 sorting functionality is case sensitive. Are there any options to make sorting table data as case insensitive?
Patricide asked 8/11, 2017 at 7:56
1
© 2022 - 2024 — McMap. All rights reserved.