* add app-builder doc updates on Table and themes
* breakdown chart docs in two parts and add custom css for headers
* update chart example images and add more examples
* revamp table component and minor fixes
* fix typos
* fix table formatting for docusarus v3
* fix filepicker table
* create new version
* fix grammar and tables
* add getter function and table transformation docs
* add dropdown, number-input, password-input and text-input docs
* [docs] custom parameters for queries
* update docs for revamped components, runJS and runPy functions and sidebar
* change order of properties and other misc changes
* update query panel and other minor fixes
* added version 2.29.0
---------
Co-authored-by: Shubhendra <withshubh@gmail.com>
* 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>
* added functional changes to support enabling/disabling action button in the table component
* designed UI
* minor changes
* added disable property for the action button
* minor changes
* added feature to disable/enable action button in the table widget
* fixed lint issues
* bug fixed : not able to programatically disable or enable action button based on fx value
* made the suggested changes
* bug fixed
* initial commit
* made action button programatcially enabled/disabled
* code enhancement
* removed console in actions file
* fixed es lint issue
* made default value of codehinter to false
* deep cloned current state instead of shallow cloning
* code enhancement
* code enhancement
* action button doc update
---------
Co-authored-by: Shubhendra <withshubh@gmail.com>
* made editable programtical using fx
* updated doc for programmatically enabling the editable option in column
---------
Co-authored-by: Shubhendra <withshubh@gmail.com>