Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Typo fix: Product Quailty → Product Quality #1485

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

Open
tomer wants to merge 1 commit into react-bootstrap-table:master
base: master
Choose a base branch
Loading
from tomer:patch-ProductQuality
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const columns = [{
})
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions,
Expand Down Expand Up @@ -51,7 +51,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand Down Expand Up @@ -51,7 +51,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions,
Expand All @@ -46,7 +46,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions
Expand All @@ -45,7 +45,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand All @@ -46,7 +46,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const columns1 = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions
Expand All @@ -46,7 +46,7 @@ const columns2 = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptionsArr.filter(opt => opt.value === cell)[0].label || '',
filter: selectFilter({
options: selectOptionsArr
Expand All @@ -61,7 +61,7 @@ const columns3 = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptionsArr.filter(opt => opt.value === cell)[0].label || '',
filter: selectFilter({
options: () => selectOptionsArr
Expand Down Expand Up @@ -93,7 +93,7 @@ const selectOptionsArr = [{

const columns1 = [..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions
Expand All @@ -103,7 +103,7 @@ const columns1 = [..., {

const columns2 = [..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptionsArr.filter(opt => opt.value === cell)[0].label || '',
filter: selectFilter({
options: selectOptionsArr
Expand All @@ -113,7 +113,7 @@ const columns2 = [..., {

const columns3 = [..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptionsArr.filter(opt => opt.value === cell)[0].label || '',
filter: selectFilter({
options: () => selectOptionsArr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions.find(opt => opt.value === cell).label,
filter: selectFilter({
options: selectOptions
Expand All @@ -46,7 +46,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions.find(opt => opt.value === cell).label,
filter: selectFilter({
options: selectOptions
Expand Down
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions
Expand All @@ -45,7 +45,7 @@ const columns = [{
text: 'Product Name'
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const columns = [{
filter: textFilter()
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand Down Expand Up @@ -52,7 +52,7 @@ const columns = [{
filter: textFilter()
}, {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions,
Expand Down
8 changes: 4 additions & 4 deletions packages/react-bootstrap-table2-filter/README.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const selectOptions = {
const columns = [
..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: selectFilter({
options: selectOptions
Expand Down Expand Up @@ -130,7 +130,7 @@ const selectOptions = [
const columns = [
..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions.find(opt => opt.value === cell).label,
filter: selectFilter({
options: selectOptions
Expand All @@ -148,7 +148,7 @@ const selectOptions = [
const columns = [
..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions.find(opt => opt.value === cell).label,
filter: selectFilter({
options: () => selectOptions
Expand All @@ -175,7 +175,7 @@ const selectOptions = {
const columns = [
..., {
dataField: 'quality',
text: 'Product Quailty',
text: 'Product Quality',
formatter: cell => selectOptions[cell],
filter: multiSelectFilter({
options: selectOptions
Expand Down

AltStyle によって変換されたページ (->オリジナル) /