1.0.17 • Published 10 months ago

@amxchange/grid-view-web-client v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

AMX GRID VIEW FRAMEWORK - WEB CLIENT

Local Installation

  • Entities involved
    1. Host app ( HA )
    2. Package app ( PA )

install PA as a local package in HA

  • cd to HA
  • npm install /path-to-PA or "@amxchange/grid-view-web-client": "file:../github-amxchange/grid-view-web-client"

link react & react-dom of HA to PA

  • cd HA/node_modules/react
  • yarn link
  • cd PA
  • yarn link react
  • repeat same steps for react-dom or any other such library in future.

build command

  • npm run build

TODO

  1. add watcher to file changes and rebuild the project ( local )
  2. automate local installation - scripts/dev.linking-with-ha.sh
  3. create non bundled version of dist if local for debugging purpose

References

Clarifications

  • filterConfig={{ dbColumnName: { sx: {}, optionGenerator: (el) => { return { label: el.name, value: el.value } } } }}
  • populate filterCondition ( is the key that will go as filter key in the data request )
1.0.17

10 months ago

1.0.16

12 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago