V
V
Valery Molchanov2017-03-01 16:53:33
JavaScript
Valery Molchanov, 2017-03-01 16:53:33

Which JS framework/library to choose?

There is a task to make a table:

  • which will have a non-fixed number of rows / columns (i.e. the user can add both rows from the top / bottom / somewhere in the middle, and columns to the left / right / in the middle);
  • cells can contain data that is entered manually by the user (validation is needed);
  • cells can have drop-down lists that pull different data from the backend (invisibly to the user) depending on the values ​​in some specific cells;
  • the entire table should eventually be submitted to the backend;

There is a basic knowledge of Js / Jquery and a desire to try some kind of JS framework.
The priority is a low entry threshold and ease of support. I choose from vue.js, angular and the d3js library. I would take highcharts, but it only generates charts in read-only mode.
Backend: self-written PHP with a planned move to Yii2.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav, 2017-03-01
@valerik606

I would take vuejs , it is developing, there are a lot of plugins + a fairly low entry threshold compared to angular

K
Konstantin Kitmanov, 2017-03-01
@k12th

A great opportunity to take the vuejs train, which promises to be in demand.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question