-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in pagination component options story #1143
Conversation
Fix typo in pagination option story, rowsPerPageText prop description.
✅ Deploy Preview for react-data-table-component ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Can someone add this feature. I wanted to have externalise style data color: (opacity=.5) => i tested with react-data-table-component-dev.js ( index.cjs.js obfuscated) This is the change function mergeObject(target, source, options) {
} |
I have another issue and i want to add Plus button. But its render twice. I want it to render along with table. How do i make it render. Why not datatable allow user to have some custom control there? |
One more issue which is added here, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fix typo in pagination component options story, rowsPerPageText prop description.
Before fixing
After fixing