Wai-Technologies / raaghu-react

Raaghu Design System - React, is a design system for modern web apps, which is an open source, Bootstrap enabled collection of reusable elements and components guided by clear standards, capable of giving the designers the necessary tools to develop beautiful, responsive and engaging product experiences.
https:\\raaghu.ai
MIT License
158 stars 8 forks source link

Design System > Pagination Issues #676

Open trivenikulkarni opened 2 months ago

trivenikulkarni commented 2 months ago

Design System > Pagination Issues

  1. On hover grid dropdown hides the number
  2. If I switch to the last number of page in pagination I am not able redirect back to 1st 3.My api is returning 27 records directly that is simple fkow where api respond all data. At that time if I click on 2nd, 3rd or any page from pagination it’s not getting redirect. (Default pagination not working)
RadhikaB123 commented 1 month ago

Reopen on staging missing arrow after selecting values from dropdown and alignment issue Image

suchithravipin1991 commented 1 month ago

Missing arrow, means there is only 10 records , selected value is also 10 thats why arrow is not showing. But alignment issue is there

suchithravipin1991 commented 1 month ago

@rahulp34 . Please check the structure Image Image Image

suchithravipin1991 commented 1 month ago

@rahulp34 : Alignment issue is only associated only when one page link is available

rahulp34 commented 1 month ago

@rahulp34 : Alignment issue is only associated only when one page link is available

@suchithravipin1991 I have checked that so you need to comment

1] .pagination { margin-top:10%;} 2] replace align-items-baseline to align-items-center image

suchithravipin1991 commented 1 month ago

page 4 @rahulp34 : I have applied these fixes , Its Working now