
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
react-responsive-pagination-table
Advanced tools
Easy responsive table manage.Single delete,multiple delete, Edit single singel filed,search gobal and single filed and more....
Easy responsive table manage.Single delete,multiple delete, Edit single singel filed,search gobal and single filed and more....
npm i react-responsive-pagination-table
or
yarn add react-responsive-pagination-table
## Child Comp
import * as LibraryComponents from "react-responsive-pagination-table"
interface ListProps {
data: any
isDelete?: boolean
isEditModify?: boolean
onDelete?: (selectedItem: LibraryModels.Confirm) => void
onSelectedRow?: (selectedItem: any) => void
onUpdateItem?: (value: any, dataField: string, id: string) => void
}
const List = (props: ListProps) => {
return (
<LibraryComponents.Organisms.TableBootstrap
id="_id"
data={props.data}
columns={[
{
dataField: "_id",
text: "Id",
hidden: true,
csvExport: false,
},
{
dataField: "title",
text: "Title",
sort: true,
filter: LibraryComponents.Organisms.Utils.textFilter(),
headerStyle: { minWidth: "200px" },
},
]}
isEditModify={props.isEditModify}
isSelectRow={true}
fileName="List"
onSelectedRow={(rows) => {
props.onSelectedRow && props.onSelectedRow(rows.map((item: any) => item._id))
}}
onUpdateItem={(value: any, dataField: string, id: string) => {
props.onUpdateItem && props.onUpdateItem(value, dataField, id)
}}
/>
)
}
export default List
## Parent Comp
import List from './List';
const array: [
{
_id:"86fds987fgfdsg86",
name: 'Collection',
title: 'Master Setup',
},
{
_id:"86fds987fgfdsg87",
name: 'Setting',
title: 'Login Activity',
}
];
<List
data={array}
isDelete={true}
isEditModify={false}
onDelete={(selectedItem) =>console.log({selectedItem})}
onSelectedRow={(rows) => console.log({rows})}
onUpdateItem={(value: any, dataField: string, id: string) => {
console.log({value,dataField,id})
}}
/>
☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆
Mobile No: +91 9260303151
Email Id: onlyappasaheb4@gmail.com
Github: www.github.com/appasaheb4
Website: www.tech-abl.com
☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆
More content here : https://www.youtube.com/tech-abl
Submit your pr for idea / issue / feature
- Fork and clone this repository
- Make some changes as required
- Write unit test to showcase its functionality
- Run the test suites to make sure it's not breaking anything `$ npm test`
- Submit a pull request under `dev` branch
😊 ALWAYS WELCOME 😊
FAQs
Easy responsive table manage.Single delete,multiple delete, Edit single singel filed,search gobal and single filed and more....
We found that react-responsive-pagination-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.