rl-react-generic-table

1.1.25 • Public • Published

React Dynamic Data Grid

Available Configurations

export const dataTableConfig = {
  toolBar: {
    show: true,
    title: {
      show: true,
      name: "Entitlement",
      style: {}
    },
    search: {
      show: true,
      highlightKeyword: true,
      label: "Search",
      width: "650px",
      style: {
        marginLeft: 0,
        marginTop: 5
      }
    },
    columnVisibility: {
      show: true,
      style: {}
    },
    filter: {
      show: true,
      style: {}
    },
    style: {}
  },
  header: {
    show: true,
    config: [],
    field: "fieldName",
    /* sort: true,
    columnFilter: true,
    style: {} */
    width: 100,
    columnsStyle: [{
      "Material": {
        style: {
          width: "150px"
        }
      }
    }],
    order: 'asc',
    orderBy: 'material'
  },
  body: {
    content: [], //sortOrder
    emptyRows: {
        message: "No Record Found",
        showEmptyRows: true,
        style: {
            fontWeight: 'bolder',
            textAlign: 'center',
            padding: '20px'
        }
    },
    pageNumber: 0,
    pageSize: 10,
    style: {}
  },
  footer: {
      show: true,
      paginations: {
          show: true,
          rowsPerPageOptions: [10, 25, 50],
          colSpan: 6,
          style: {}
      },
      style: {}
  },
  style: {},
  mode: {
    "apiConfig": {
      "apiLink": "https://192.168.101.53:7777/platform-services/returnData",
      "params": {
        "resultsetId": 3,
        "appId": 2
      }
    }
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.250latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.250
1.1.220
1.1.210
1.1.180
1.1.170
1.1.120
1.1.130
1.1.110
1.1.100
1.1.80
1.1.70
1.1.50
1.1.40
1.1.30
1.1.10
1.1.00
1.0.1390
1.0.1410
1.0.1400
1.0.1380
1.0.1370
1.0.1360
1.0.1350
1.0.1340
1.0.1330
1.0.1310
1.0.1290
1.0.1280
1.0.1250
1.0.1240
1.0.1230
1.0.1220
1.0.1210
1.0.1200
1.0.1190
1.0.1150
1.0.1140
1.0.1130
1.0.1120
1.0.1110
1.0.1100
1.0.1090
1.0.1060
1.0.1050
1.0.1040
1.0.1030
1.0.1020
1.0.1010
1.0.1000
1.0.990
1.0.980
1.0.970
1.0.960
1.0.950
1.0.940
1.0.930
1.0.920
1.0.910
1.0.900
1.0.890
1.0.880
1.0.860
1.0.840
1.0.830
1.0.820
1.0.810
1.0.800
1.0.790
1.0.780
1.0.770
1.0.760
1.0.750
1.0.740
1.0.730
1.0.720
1.0.710
1.0.700
1.0.690
1.0.680
1.0.670
1.0.660
1.0.650
1.0.640
1.0.630
1.0.620
1.0.610
1.0.600
1.0.590
1.0.580
1.0.570
1.0.560
1.0.550
1.0.540
1.0.530
1.0.520
1.0.510
1.0.500
1.0.490
1.0.480
1.0.470
1.0.460
1.0.450
1.0.440
1.0.430
1.0.420
1.0.410
1.0.400
1.0.390
1.0.380
1.0.371
1.0.360
1.0.350
1.0.340
1.0.330
1.0.320
1.0.310
1.0.300
1.0.290
1.0.280
1.0.270
1.0.260
1.0.250
1.0.240
1.0.230
1.0.220
1.0.210
1.0.200
1.0.190
1.0.180
1.0.170
1.0.160
1.0.150
1.0.140
1.0.130
1.0.120
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i rl-react-generic-table

Weekly Downloads

1

Version

1.1.25

License

ISC

Unpacked Size

127 kB

Total Files

15

Last publish

Collaborators

  • thilakrl
  • datapractice