An open API service indexing awesome lists of open source software.

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.

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]