Questions tagged [smart-table]

Table modules by Renard Laurent (lorenzofox3) for AngularJS, Angular, React, Preact, Vue.js, Flaco, and Vanilla JS. Use this tag together with the respective framework / library tag. This tag is NOT related to "smart table" from SAPUI5.

An easy to use Table / Grid module for a limited set of frameworks. It is meant to be easily configurable but also easily customizable.

Public GitHub repos:

327 questions
5
votes
3 answers

$watch only triggering once

I'm using the smart table (http://lorenzofox3.github.io/smart-table-website/) for AngularJS, and I've created a flag called isReset that will trigger a table reload. This happens because I have a directive watching the flag and will run refresh when…
Harry
  • 111
  • 1
  • 8
5
votes
1 answer

Date Range filter using Angular Smart Table

I'm trying to apply a date range filter on Angular Smart Table (http://lorenzofox3.github.io/smart-table-website/), however, I haven't been able to do that. The only example I see online points to :…
5
votes
2 answers

AngularJS Smarttable - event on select

Is there a way to trigger an event on row select in AngularJS Smart Table? This was a subject in other thread but still no answer to this point. Unable to select the grid item using SmartTable in Angular JS
5
votes
3 answers

smart table column show/hide toggle

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-Grid show/hide feature...trying to follow this…
user2827707
  • 437
  • 2
  • 7
  • 16
5
votes
3 answers

AngularJS refresh smart table after inserting new record in Bootstrap Modal Form

I use angular-bootstrap and and Angular Smart table. I have a modal form which adds new records to database and shows the list in my smart table. Adding new records is working fine but how do I refresh my smart table after a new record is inserted…
fefe
  • 8,755
  • 27
  • 104
  • 180
5
votes
2 answers

AngularJS smart-table strange behavior with nested objects and st-search

I'm trying to implement the Smart Table module in my AngularJS app. I'd prefer this over some others mainly because the others seemed require a lot of boilerplate code in my controller and I like to keep my controllers as DRY as possible. But I'm…
Joao
  • 2,696
  • 2
  • 25
  • 35
4
votes
1 answer

smart-table with pagination - Set the last page by default

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 the page to the last one so I could see the last item added. This is the pagination.html :
ErEcTuS
  • 777
  • 1
  • 14
  • 33
4
votes
1 answer

angular smart-table sort for null values

Recently I was use angular smart-table. The st-sort works fine except one thing: when the sort field contains empty value, it place the empty value in the middle of the sort between n and m. How can I make the empty value always at the bottom when…
Stephanie Yang
  • 252
  • 1
  • 4
  • 13
4
votes
1 answer

Angular Smart Table not refreshing on update

Given this controller and html, the refresh postback is called, but even with data, the table is not updated. Cannot work out why. angular.module('umbraco').requires.push('smart-table'); app.controller('adminSection.manageUsersController', [ …
jenson-button-event
  • 18,101
  • 11
  • 89
  • 155
4
votes
0 answers

smart table pagination is not reset to first page on data source is updated

We have created report table using angular smart table.When a page is selected and updated the smart table data source. The page selection is still preserved. Not reset to first page.Please specify the method for reset the page selection to first…
Vipin RT
  • 298
  • 4
  • 16
4
votes
1 answer

Export only filtered data into csv in angular smart table

We have implemented a report table using angular smart table.When user applied search criteria using st-search , we need to export all items into csv.We have used ng-csv directive for exporting. When use st-table array collection, the only first…
Vipin RT
  • 298
  • 4
  • 16
4
votes
1 answer

Client side pagination not showing with Smart Table

Problem Data are loaded asynchronously and displayed correctly, but pagination does not appear. Thank you if you can help. HTML …
TTT
  • 1,848
  • 2
  • 30
  • 60
4
votes
2 answers

How to increase ng-repeat performance using Smart-Table?

I have a problem of performance and i don't find the solution. Context: I need to display a lot of data ( 500 lines, 8 columns ) in a table. To displayed this data i chosed to use Smart-table because it offers good functionality but the problem is…
carton
  • 1,168
  • 9
  • 17
4
votes
2 answers

angularjs pagination using smart table

By using angular smart table, how do i get the result set by using offset value. For example, I have 100 records in the database First i need to get 20 records from database and to display only 10 items per page. After clicking the 3rd page, need…
vishnu
  • 4,377
  • 15
  • 52
  • 89
4
votes
3 answers

Smart Table: Use Bootstrap Datetime-Picker with AngularJs as Filter

I'm using AngularJS and Smart Table to show items from Database and Filter the items by Date. I want to use a Datetimepicker (Bootsrap.UI http://angular-ui.github.io/bootstrap/) My Problem is if I type the text into the input of the Datetime-element…
1
2
3
21 22