smart-table Questions
2
Solved
I am trying to use <ng2-smart-table>. The issue is that I don't know how to bind the plus button (addButtonContent) with some create function data. Now this just opens for me anther row to in...
Doty asked 3/11, 2016 at 14:39
3
Solved
I'm new to AngularJS and SmartTable...I'm currently trying to get SmartTable to have a show/hide toggle for the columns. From what I undertstand SmartTable doesn't do this, so I am using the ng-Gri...
Epicycle asked 19/1, 2015 at 23:13
3
How can I sort data by date in smart-table? With st-sort it isn't so good.
<table st-table="displayedCollection" st-safe-src="playerCollection" class="table table-hover">
<thead>
&l...
Limitative asked 5/4, 2015 at 18:38
3
Solved
I'm using angular v1.3.15. I'm fetching data by hitting an api and passing it through the scope to the smart table like so
Here is the data format of the 'scope.rowCollection' as seen on the con...
Namedropping asked 30/3, 2015 at 10:3
2
New to Angular and smart-table..
This smart-table setup works and filters correctly, but trying to reset or clear the filters doesn't re-filter the table. Why not?
Does updating an input with ng-...
Barbuto asked 23/3, 2015 at 22:33
3
Solved
I am writing my first non-tutorial angular.js web app. I am using two smart-tables and checklist-model. Here is the first one that uses a st-safe-src of all_types that is an array of json objects t...
Peso asked 21/1, 2016 at 3:32
2
Solved
I have implemented grid using SmartTable in Angular JS. According to Smart Table docs, for selecting the grid item, we need to add st-select-row="row". I added this one too. But i am unable to sele...
Susannsusanna asked 27/10, 2014 at 9:49
2
Solved
I am quite new to java script, so I must apologise if this seems basic.
How can I edit rows tables in Smart-Table with Angularjs? There doesn't seem to be a tutorial with the new Smart-Table. I wo...
Sarsaparilla asked 11/2, 2015 at 4:44
0
For some reason, my pagination is always resetting to 1 as the selected page, even though the result comes back from the server with the proper data in the results EG Records 31 - 45) and populate ...
Purulent asked 13/10, 2015 at 23:40
1
Solved
I'm using the very good table library Smart-table to display my data.
I am using a custom pagination template. I would however like to be able to set page 1 from the code. I have read up on the s...
Fucoid asked 28/4, 2015 at 13:46
1
I have gone through this link http://lorenzofox3.github.io/smart-table-website/. But i have not got the use case of "st-safe-src". when we need to use this attribute.
Eurydice asked 13/6, 2015 at 13:47
1
I am trying to figure out the correct way to incorporate st-table, st-safe-src, and filtering of the data by a control that lives outside of the table itself. Users can add, edit, and delete data s...
Mileage asked 25/3, 2015 at 17:3
2
Solved
I am unable to do a simple sort for my Smart Table Angular module. Shouldn't I just be able to add st-sort="propertyName" to my th?
JS:
var app = angular.module('app', []);
app.controller('SomeC...
Medick asked 27/2, 2015 at 19:22
1
Solved
I have a smart table that I am working on in AngularJS. The table uses a custom pipe in order to search and sort its data. I also require that the table has working pagination, along with a drop do...
Nocti asked 21/2, 2015 at 16:7
1
Solved
Is there a way to search a date field with smart-table? I need to filter for dates later then a given date.
Payroll asked 17/11, 2014 at 23:6
11
Solved
I am creating an App with AngularJS and Bootstrap 3. I want to show a table/grid with thousands of rows. What is the best available control for AngularJS & Bootstrap with features like So...
Rough asked 27/1, 2014 at 7:22
1
© 2022 - 2024 — McMap. All rights reserved.