AllenFang / AllenFang/react-bootstrap-table

Pagination Not working in SplitPlane(Need Urgent Help)

Aberta
#1,416 5 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
JavaScript
Estrelas
2.2k
Forks
761
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Needed Urgent help
Hi...I need some help I am trying to keep my table in one half of the splitplane but my pagination is not showing there and its always showing only 10elements more than that its not showing
screen shot 2017-06-22 at 6 50 14 pm

import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import { Link } from 'react-router';
import SplitPane from 'react-split-pane';
import Popup from 'react-popup';
import Dropdown from 'react-dropdown';
var classNames = require('classnames');
import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
// or in ECMAScript 5

var products = [{
id: 1,
name: "Product1",
price: 120
}, {
id: 2,
name: "Product2",
price: 80
},{
id: 3,
name: "Product2",
price: 80
},{
id: 4,
name: "Product2",
price: 80
},{
id: 5,
name: "Product2",
price: 80
},{
id: 1,
name: "Product1",
price: 120
}, {
id: 2,
name: "Product2",
price: 80
},{
id: 3,
name: "Product2",
price: 80
},{
id: 4,
name: "Product2",
price: 80
},{
id: 12,
name: "Product2",
price: 80
},{
id: 11,
name: "Product2",
price: 80
}];
//var SplitPane=require('SplitPane');
var $ = require('jquery');
var lastActiveTool = ''
var moviearr = [];
var ProcessInstancesF = [];
var ProcessInstance_Table = [];
var instanceLog = []
var n = '';
var i = 0;
var dataList = []
//For the Table

class Car extends Component {

render() {
const numbers = [1, 2, 3, 4, 6]
// Map through cars and return linked cars
const ProcessInstances = numbers.map((number) =>

  • {number}
  • )

    return (


    Process Name


    {ProcessInstances}


    Process Instances of {n}



    Product ID
    Product Name
    Product Price


    );
    }
    }

    export default Car

    INDEX.html



    Cars













    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js">
    var ReactBsTable = window.BootstrapTable;

    Case2:
    When i restart my node server.For the first time i am able to see that page options as below

    screen shot 2017-06-22 at 6 52 39 pm

    But When i click on Page 2.It goes to Page 2 and everything all page number disappears and struck at page 2 only.

    screen shot 2017-06-22 at 6 52 49 pm

    Guia de contribuição

    Abrir o guia de contribuição

    Avaliação

    Esta issue ainda não foi avaliada.

    Receba novas issues na sua caixa de entrada

    Um resumo curto de issues do GitHub para quem está começando.