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

Bumps [angular](https://github.com/angular/angular.js) from 1.6.6 to 1.8.3. Changelog Sourced from angular's changelog. 1.8.3 ultimate-farewell (2022-04-07) One final release of AngularJS in order to update package README files on npm. 1.8.2 meteoric-mining...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

please check out this problem that i posted on stackoverflow. when there is column that start with number it gives error and sorting and searching does not work. https://stackoverflow.com/questions/63939109/st-table-gives-error-message-when-column-name-start-with-number

Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Please provide a solution i got stuck in a problem where i need some argument with st-pipe function.i have a function innerFunc, im invoking this using st-pipe function where i...

https://getbootstrap.com/docs/4.0/components/pagination/ The li tags need to have the page-item class and the a tags inside them need to have a page-link tags.

AngularJs v 1.6.6; SmartTable v 2.1.8 I have items in row like `[id] [name] [edit]`. When the user edits an item(`/items/1/edit`), the item's EditPage contains a "back to list" link...

Doing the same as with https://github.com/smart-table/smart-table-vue. I plan to upgrade a project I work on to support AngularJS 1.7 (LTS release).

Hello , I have a simple front end paginator like that 👍 ` ` Then how could I find the total page number inside my angularjs controller linked to this...

Question: how to programmatically go to a specific page (e.g., go to the next page) without manually clicking a page number? Maybe triggered by an event and then the event...