https://github.com/leolanese/angular-table
AngularJS: This is a simple Responsive Web Boilerplate table using AngularJS. So you can kick-start your 'table' module with using AngularJS, RWD tables with Bootstrap CSS.
https://github.com/leolanese/angular-table
angular javascript table
Last synced: about 2 months ago
JSON representation
AngularJS: This is a simple Responsive Web Boilerplate table using AngularJS. So you can kick-start your 'table' module with using AngularJS, RWD tables with Bootstrap CSS.
- Host: GitHub
- URL: https://github.com/leolanese/angular-table
- Owner: leolanese
- Created: 2014-10-02T12:59:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T17:10:25.000Z (over 4 years ago)
- Last Synced: 2025-02-24T12:11:33.786Z (2 months ago)
- Topics: angular, javascript, table
- Language: HTML
- Homepage:
- Size: 640 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular-table
This is a simple Responsive Web Boilerplate table using AngularJS and a JSON Object (hardcoded on the Controller).
You can kick-start your 'table' module with using AngularJS, RWD tables with Bootstrap CSS.# Update version: v1.4 07/06/2016
- Hability to select a row dynamicly, and the previous selected will be un-selected# Update version: v1.3 05/06/2016
- Improving Refactor to follow Jhon's Papa best practices
- Implementing 'Control As' pattern
- Improving CSS on table
- Event delegation on columns
- Toggle sorting on columns# Update version: v1.2 17/04/2015
- Refactor to follow Jhon's Papa best practices
- Including LINK to DEMO# Update version: v1.1 02/10/2014
- filter and sort options now.# First version: v1.0 01/10/2014
- Implemented HTML, pattern and logic.# What I'm using:
-Using AngularJS (1.2.0), RWD tables tricks from css-tricks.com, bootstrap CSS (3.2.0).
-Borrowed the idea from: angularjstable
-RWD tables css-tricks: RWD tables css-tricks article:
css-tricks article: Responsive data tables# Getting Started
To get you started you can simply clone the angular-table```
mkdir angular-table
sudo git clone https://github.com/sirwilliam/angular-table.git
cd angular-table
```# Install the node http-server server
```
npm -g install http-server
```Run this server 'ON THE PROJECT ROOT'
```
http-server
```Open a browser and type (this could vary):
```
http://172.16.32.63:8080
```# Get the process that has bound to the required port
```
lsof -Pi | grep LISTEN
```// node 18740 Leo 12u IPv4 0xaf78c883a32c84bf 0t0 TCP *:8081 (LISTEN)
# kill process
```
kill -9 18740
```---
### :100: Thanks!
#### Now, don't be an stranger. Let's stay in touch!> I'm a passionately curious Front-end Engineer. I like sharing what I know, and learning what I don't. London, UK.
##### :radio_button: linkedin: @LeoLaneseltd
##### :radio_button: Twitter: @LeoLaneseltd
##### :radio_button: Portfolio: www.leolanese.com
##### :radio_button: DEV.to: dev.to/leolanese
##### :radio_button: Blog: leolanese.com/blog
##### :radio_button: Questions / Suggestion / Recommendation: [email protected]