ToolJet/frontend
Manish Kushare 55c1d5a31b
Added feature to add new rows in the table (#5954)
* initial commit

* design the UI to add new row

* added logic to add and discard single row

* added csa to discard newly added row

* added feature to add and discard multiple rows

* added a dot to the icon of add new row to determine if the new rows is still not saved or discarded

* discard rows added csa bug fixed

* fixing the horizontal spacing issue inside the cell

* changing the default height of the table widget to make sure filter and add new rows pop-up windows footer is visible upfront

* made suggested text and spacing changes

* fixed spacing for add another row button

* fixed es lint issue

* bug fixed added missing return statement

* changed the exposedVariable name to newRows for adding new rows

some text and style changes for button

* fixed tooltip issue for adding new rows button

* avoided deleting new row added immediately after clicking on save button

* handled edge case if data url is chnaged in between add new row operation

* simplified the code in AddNewRowComponent.jsx

* docs: updated table doc with ui options

* Fixed bug on adding different column types

* Update docs/docs/widgets/table.md

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-04-21 15:42:48 +05:30
..
__mocks__ Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
assets Feature Homepage and settings redesign (#5763) 2023-04-21 11:45:48 +05:30
config added size limit of 100MB for http and https requests (#5606) 2023-02-23 18:28:54 +05:30
ee/components Feature Homepage and settings redesign (#5763) 2023-04-21 11:45:48 +05:30
src Added feature to add new rows in the table (#5954) 2023-04-21 15:42:48 +05:30
.dockerignore Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
.eslintignore add eslintignore for frontend (#4669) 2022-10-31 15:38:38 +05:30
.eslintrc.js Chore: eslint checkup (#5887) 2023-04-10 11:26:23 +05:30
.gitignore Initial commit for react app 2021-03-31 19:31:01 +05:30
babel.config.js refactor: remove @babel/plugin-proposal-class-properties (2nd PR after CLA problem) (#3959) 2022-09-05 22:41:03 +05:30
firebase.json Firebase deploy config 2021-04-16 10:47:42 +05:30
package-lock.json Chore: eslint checkup (#5887) 2023-04-10 11:26:23 +05:30
package.json Feature Homepage and settings redesign (#5763) 2023-04-21 11:45:48 +05:30
webpack.config.js Improvements marketplace - beta (#5858) 2023-03-29 14:31:54 +05:30