raaghu-react icon indicating copy to clipboard operation
raaghu-react copied to clipboard

Completed Task 483 : Created New Grid Component for Raaghu Design System in Storybook

Open hemalatagaikwad opened this issue 1 year ago • 3 comments

Description:

  • Add Drag Drop functionality to grid column
  • Add Resize functionality to grid column
  • Add Filter functionality to column (for all column or column wise)
  • Add Search functionality to column (for all column or column wise)
  • Add Pagination for grid
  • UI changes for Filter popup for dark and light theme
  • Soring functionality for column

Screenshots:

Default image

With All Search image

With All Filter image

With Sort image

With Custom Filter image

With Custom Search image

With Pagination image

With Wrap Text image

image

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes

hemalatagaikwad avatar Jul 15 '24 09:07 hemalatagaikwad

Hello @hemalatagaikwad please refer RdsCompDataTable component we want structure like wise in this newly created component as data-table is same as grid so once go through it that Component as we are passing props through on interface only.

Ketan-Khalate avatar Jul 18 '24 10:07 Ketan-Khalate

@Ketan-Khalate I am changing the code and creating a common interface; can you please look into it?

hemalatagaikwad avatar Aug 07 '24 13:08 hemalatagaikwad

i) Replace Inline css with css classes. ii) Added custom css. iii) Added export to interface. iv) Change the code places accordingly our code.

AkshayPotphode avatar Sep 24 '24 06:09 AkshayPotphode