Smart-Table icon indicating copy to clipboard operation
Smart-Table copied to clipboard

Code source of Smart Table module: a table/grid for Angularjs

Results 65 Smart-Table issues
Sort by recently updated
recently updated
newest added
trafficstars

The DateRange example from http://plnkr.co/edit/Idbc1JNHKylHuX6mNwZ6 works with AJS 1.3 but not with 1.4. You can try by using AJS1.4 in the plunk and this code instead of 1.3 ``` ```

bug
documentation

Looking at the pipe/ajax plugin example on the documentation page: http://lorenzofox3.github.io/smart-table-website/ It would be awesome if paging would transition more like Github's issues transition: dark overlay on the table with...

documentation

Hi, When trying the "Date and numeric filtering" example in the documentation, the firstName and lastName filter boxes don't seem to do any filtering. The date and numeric filters seem...

bug
documentation

Hi, I've tried all possible Angular plugins for tables. By far the fastest is Smart-Table, but the option, that I'm looking for is the pinned/fixed column. Is there an option...

enhancement
documentation

Explorer and Finder let you select multiple rows at once by clicking the start row and then shift-clicking the end row. For larger datasets this is a very valuable feature....

enhancement

Is it planned to have a support for new table functionalities with fixed columns and folding/unfolding lines (like ui grid)? I like the flexibility of smart table but I think...

enhancement

Hi Lorenzo, Just found that when combining stSearch and stSelecteRow an error is generated: > Error: [$compile:ctreq] Controller 'stTable', required by directive 'stSelectRow', can't be found! Code looks like: ```...

bug

Using the $animate service would allow animations to be used for sorting or selecting rows.

enhancement

Hello, I use smart-table with a rails backend, in the Rails world `ransack` is a very populair extension for doing searches in the database. For this we typically need to...

documentation

Hello, Using a variant of the local storage example I found that there was a subtile hidden bug when using a custom pipe function. When the page loads, the custom...

documentation