We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.13.0 and 1.13.1
The filter textbox must have to work. After typing something must show results if matched.
When I am trying to type something the table showing "no results"
just installed and added the common props and local plugin
no
Here is my code I am trying to
<Griddle textProperties={{ filterPlaceholder: 'Search . . .' }} styleConfig={{ icons: { TableHeadingCell: { sortDescendingIcon: <Icon type="up" />, sortAscendingIcon: <Icon type="down" />, }, }, classNames: { Row: 'ant-table-row ant-table-row-level-0', Table: '', TableHeading: 'ant-table-thead', TableBody: 'ant-table-tbody', Filter: 'ant-input', PageDropdown: 'ant-select-selection ant-select-selection--single', NextButton: 'ant-btn ant-btn-primary', PreviousButton: 'ant-btn ant-btn-primary', Pagination: 'ant-pagination', Cell: 'griddle-cell', Loading: 'griddle-loadingResults', NoResults: 'griddle-noResults', RowDefinition: 'griddle-row-definition', Settings: 'griddle-settings', SettingsToggle: 'griddle-settings-toggle', TableHeadingCell: 'griddle-table-heading-cell', TableHeadingCellAscending: 'griddle-heading-ascending', TableHeadingCellDescending: 'griddle-heading-descending', }, styles: { Table: {}, } }} enableSettings={false} events={{ onFilter: (filterText) => {}, onSort: (sortProperties) => {}, onNext: () => {}, onPrevious: () => {}, onGetPage: (pageNumber) => {}, }} data={this.state.filedata} plugins={[plugins.LocalPlugin]} />
The text was updated successfully, but these errors were encountered:
Interesting. What's the shape of your filedata? The filter tests in the Storybook work for me; can you confirm?
filedata
Sorry, something went wrong.
No branches or pull requests
Griddle version
1.13.0 and 1.13.1
Expected Behavior
The filter textbox must have to work. After typing something must show results if matched.
Actual Behavior
When I am trying to type something the table showing "no results"
Steps to reproduce
just installed and added the common props and local plugin
Pull request with failing test or storybook story with issue
no
Here is my code I am trying to
The text was updated successfully, but these errors were encountered: