-
Notifications
You must be signed in to change notification settings - Fork 46
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
Check the render method of ReactDatatable
#59
Comments
@rizalamhadi can please share some more details on this like screenshot of your browser console and code snippet if possible. |
of course my Code `import React from "react"; class Masuk extends React.Component { state = {
}; Data Transaksi Pemasukkan
} |
Thanks for sharing details. I think you not define key_column which used as key for every record by react. Here is an example of defining key column: import React, { Component } from 'react'; class KeyColumnExample extends Component {
} |
If still you got same issue then update |
thank you so much, FIX. |
when I navigated to another table and this error appear on the console
The text was updated successfully, but these errors were encountered: